get https://{tenant}.{region}.authaction.com/api/v1/roles
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
401Unauthorized
403User not member of tenant
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
401Unauthorized
403User not member of tenant
xxxxxxxxxx
curl --request GET \
--url 'https://your-tenant-name.eu.authaction.com/api/v1/roles?page=0&limit=10' \
--header 'accept: application/json'
xxxxxxxxxx
22{
"statusCode": 200,
"message": "success",
"data": {
"items": [
{
"id": "661e81021da324625c8fdd7b",
"tenant": "661e81021da324625c8fdd7c",
"name": "userrole",
"description": "description about role",
"isDeleted": false
}
],
"meta": {
"itemsCount": 10,
"totalItems": 10,
"itemsPerPage": 10,
"totalPages": 5,
"currentPage": 2
}
}
}