curl --request GET \
--url https://platform.kodexa.ai/api/roles/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"systemDefined": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Retrieves a single AccessRole by its unique identifier. Roles define sets of permissions that can be assigned to teams at org or project level.
curl --request GET \
--url https://platform.kodexa.ai/api/roles/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"systemDefined": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.