{
"data": [
{
"id": "integer",
"name": "string",
"permissions": [
"string"
]
}
],
"extended_message": "string",
"message": "string",
"status": "string",
"status_code": "integer"
}
Name | Example | Description |
---|---|---|
data[] | ||
data[].id | 80085 |
eloomis internal id for the access group |
data[].name | "HR Admins" |
The name of the access group |
data[].permissions[] | [ "admin_learning", "admin_organization" ] |
List of permissions granted to that access group |
extended_message |
Text to help with debugging |
|
message |
Text to help with debugging |
|
status | "OK" |
HTTP Status text |
status_code | 200 |
HTTP Status code |