# Get role group by ID Retrieve information about a specific role group. Endpoint: GET /partner/v2/role-group/{roleGroupId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `roleGroupId` (integer, required) Role group ID ## Response 200 fields (application/json): - `id` (integer) Unique role group identifier Example: 1 - `name` (string) Role group name Example: "User" ## Response 401 fields ## Response 403 fields ## Response 404 fields