Get All Ui Users Using GET
getAllUiUsers
Request
URI
GET
https://sfo-vcf01.rainpole.io/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
}
}