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

API StaffGroups

StaffGroups() 

Get the list of groups available.

Available since RPM18

Request

Request Data:

No data required.

Response 

{
  "Result": {
    "Groups": [
      {
        "ID": <int>,
        "Group": <string>
      },
      // ... More groups
    ]
  }
}

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