Skip to content
English
  • There are no suggestions because the search field is empty.

API Roles

Roles() 

Get the list of roles available.

Available since RPM18

Request

Request Data:

No data required.

Response 

{
  "Result": {
    "Roles": [
      {
        "Name": <string>,
        "ID": <int>
      },
      // ... more roles
    ]
  }
}

Note: the Group IDs share the same value pool as Roles, this means you will never see a groups and a role with the same ID.

Errors

None

Do Not Sell or Share My Personal Information