Skip to main content
Add Actor Group

Authorizations

Authorization
string
header
required

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

Path Parameters

ActorID
integer<int64>
required

The unique identifier of the actor for whom the role group is being added.

Body

application/json

The details of the actor group to be added.

RoleGroupId
integer<int32> | null

The unique identifier of the role group. This is typically provided when adding or deleting a role group associated with an actor.

Response

200 - application/json

The actor group was added successfully.

RoleGroupId
integer<int32> | null

The unique identifier of the role group.

RoleGroupName
string | null

The name of the role group.

UpdatedDT
string<date-time> | null

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