Skip to main content
Get Group Roles

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Path Parameters

GroupID
integer<int32>
required

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

Response

200 - application/json

A list of roles associated with the specified group.

RoleID
integer<int32> | null

The unique identifier of the role.

RoleName
string | null

The name of the role.

UpdatedDT
string<date-time> | null

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

CKey
string | null

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

IsActive
boolean | null

Indicates whether the role is currently active.

IsAdminBit
boolean | null

Indicates whether the role has administrative privileges.