Get All Users
This endpoint retrieves a list of all users in the system.
Authorized Roles : SYSTEM_ADMIN or INFRA_ADMIN or DSM_ADMIN
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Filter based on email
Bearer token for authentication (e.g., "Bearer <token>" obtained from /provider/session)
Must be application/vnd.vmware.dms-v1+json
Successfully retrieved the list of users.
{
"content": [
{
"id": 0,
"email": "string",
"links": [
{
"rel": "string",
"href": "string"
}
]
}
],
"links": [
{
"rel": "string",
"href": "string"
}
],
"page": {
"size": 0,
"totalElements": 0,
"totalPages": 0,
"number": 0
}
}
Array of user objects
HATEOAS links for pagination
page
Bad request. The provided input data is invalid.
{
"message": "string",
"errorCodes": {
"type": "string"
}
}
message
errorCodes
curl -H 'Authorization: <value>' https://{api_host}/provider/users