Paged users search

Admin users can list users in their orgs and their customers’s orgs

Request
Security:
vc-security
Request Body schema: application/json
object (UserCriteria)
object (PageRequest)
Responses
200

OK

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

post/user-service/v1/user/admin/pageSearch
Request samples
application/json
{
  • "criteria": {
    },
  • "pageRequest": {
    }
}
Response samples
application/json
{
  • "totalCount": 0,
  • "pageRequest": {
    },
  • "items": [
    ],
  • "totalPages": 0
}