Skip to main content
GET
/
v1
/
actors
/
{ActorID}
/
roleGroups
Get All Actor Groups by ActorID
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/actors/{ActorID}/roleGroups \
  --header 'Authorization: <api-key>'
[
  {
    "RoleGroupId": 123,
    "RoleGroupName": "<string>",
    "UpdatedDT": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Path Parameters

ActorID
integer<int64>
required

The unique identifier of the actor for whom the role groups are being retrieved.

Response

200 - application/json

A list of actor groups associated with the actor was retrieved 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.