Get All Role Bindings
Get all users and groups with their roles. If the root_path is provided then only return role bindings that start-with or are sub-trees of the provided root path. Also filter the roles_for_paths such that only those roles_for_paths appear that start-with or are sub-tree of the provided root path.
Opaque cursor to be used for getting next page of records (supplied by current result page)
Identity source ID
Identity source type
Comma separated list of fields that should be included in query result
User/Group name
Maximum number of results to return in this page (server may return fewer)
Exact path of the context
Role ID
Prefix path of the context
sort_ascending
Field by which records are sorted
Type
OK
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"_revision": 0,
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_protection": "string",
"_system_owned": false,
"description": "string",
"display_name": "string",
"id": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"identity_source_id": "string",
"identity_source_type": "string",
"name": "string",
"read_roles_for_paths": false,
"roles": [
{
"role": "string",
"role_display_name": "string"
}
],
"roles_for_paths": [
{
"delete_path": false,
"path": "string",
"roles": [
{
"role": "string",
"role_display_name": "string"
}
]
}
],
"stale": "string",
"type": "string",
"user_id": "string"
}
]
}
curl -H 'Authorization: <value>' https://{api_host}/api/v1/aaa/role-bindings