# List role groups Retrieve the list of available role groups. Role groups define access levels that can be assigned to staff members. Role group IDs are constant across all accounts and will not change without explicit notice, though new role groups may be added over time. Endpoint: GET /partner/v2/role-group Version: 2.0 Security: PartnerOAuth ## Response 200 fields (application/json): - `roleGroups` (array) List of role groups - `roleGroups.id` (integer) Unique role group identifier Example: 1 - `roleGroups.name` (string) Role group name Example: "User" ## Response 401 fields ## Response 403 fields