https://api.ssojet.com/api/v1/users/rolesclient_id: (string) The client ID for which the roles are to be retrieved.Authorization: Bearer ********************curl --location 'https://api.ssojet.com/api/v1/users/roles?client_id=string&client_id=' \
--header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'[
{
"id": "668e7e5946b448ab754b44ac",
"name": "Admin",
"slug": "admin",
"description": "Admin Role",
"permission_id": [
"668e7e5946b448ab754b44a8",
"668e7e5946b448ab754b44a9",
"668e7e5946b448ab754b44aa"
],
"is_deleted": false,
"is_active": true
},
{
"id": "668e7e5a46b448ab754b44ad",
"name": "Developer",
"slug": "developer",
"description": "Developer Role",
"permission_id": [
"668e7e5946b448ab754b44aa"
],
"is_deleted": false,
"is_active": true
},
{
"id": "669237682b88a61a26a4770d",
"name": "test",
"slug": "test",
"description": "test",
"permission_id": null,
"is_deleted": false,
"is_active": true
}
]