v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Lookups

Get Group Roles

Retrieves a list of roles associated with a specific group identified by GroupID.

get/v1/group/{GroupID}/roles

Path parameters

GroupIDinteger required

The unique identifier of the group for which roles are being retrieved.

Response

A list of roles associated with the specified group.

RoleIDinteger nullable

The unique identifier of the role.

RoleNamestring nullable

The name of the role.

UpdatedDTstring date-time nullable

The date and time when the role information was last updated.

CKeystring nullable

A unique key associated with the role for additional identification or reference.

IsActiveboolean nullable

Indicates whether the role is currently active.

IsAdminBitboolean nullable

Indicates whether the role has administrative privileges.