<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00005ydp17SAAOkta Classic EngineLifecycle ManagementAnswered2022-05-12T20:01:36.000Z2019-02-18T12:23:32.000Z2020-04-17T06:54:14.000Z
  • The best approach to get the all the roles available (the naming in the API). Assign these roles to a user:

     

    (No not assign Super Administrator)

     

    Organization Administrator

     

    Application Administrator

     

    Group Administrator

     

    Help Desk Administrator

     

    Read Only Administrator

     

    Mobile Administrator

     

    API Access Management Administrator

     

    When you do a /api/v1/users/USERID/roles you will get the naming of all the types listed.

     

    EX: "type": "ORG_ADMIN",

     

     

     

     

     

    If you are looking to get the roles of a list of administrators, create an excel will all the usernames on one column then import that excel in the Postman runner. This will display all the users in the list with all their roles.

     

    This is the article that helps you get started with the Postman API client.

     

    Expand Post
This question is closed.
Loading
Get list of roles REST API