roles_search
countinteger
items object[]
Array [
idstring<uuid>
The UUID of the returned object
Example:
eef4aefc-d64e-4c2c-aba4-4914c86ce059
namestring
Name of the role
typestring
role type
member_countinteger
Role member count
]
roles_search
{
"count": 0,
"items": [
{
"id": "eef4aefc-d64e-4c2c-aba4-4914c86ce059",
"name": "string",
"type": "string",
"member_count": 0
}
]
}