Get All Ui Users Using GET
getAllUiUsers
Request
URI
GET
https://{api_host}/v1/users/ui
COPY
Responses
200
OK
Returns
PageOfUser
of type(s)
application/json
{
"elements": [
{
"apiKey": "string",
"creationTimestamp": "string",
"domain": "string",
"id": "string",
"name": "string",
"role": {
"id": "string"
},
"type": "One among: USER, GROUP, SERVICE"
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
array of
elements
elements
Optional
The list of elements included in this page
pageMetadata
Optional
Represents pageable elements pagination metadata
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v1/users/ui