get https://{tenant}.{region}.authaction.com/api/v1/roles//users
Log in to see full request history
Responses
400Invalid role id
401Unauthorized
403User not member of tenant
404Role not found
400Invalid role id
401Unauthorized
403User not member of tenant
404Role not found
xxxxxxxxxx
curl --request GET \
--url 'https://your-tenant-name.eu.authaction.com/api/v1/roles/roleId/users?page=0&limit=10' \
--header 'accept: application/json'
xxxxxxxxxx
34}
{
"statusCode": 200,
"message": "success",
"data": {
"items": [
{
"id": "66428caae1e46c76af3f128f",
"name": "John",
"email": "john.doe@abc.com",
"externalId": "1000243578",
"username": "johndoe",
"tenant": "99428caae1e46c76af3f128f",
"connection": "11428caae1e46c76af3f128f",
"applications": [
"88428caae1e46c76af3f128f"
],
"roles": [
"77428caae1e46c76af3f128f"
],
"emailVerified": false,
"isBlocked": false,
"createdAt": "2024-07-17T14:37:00Z",
"updatedAt": "2024-07-17T14:37:00Z"
}
],