Admin users can list users in their orgs and their customers’s orgs
object (UserCriteria) | |
object (PageRequest) |
OK
Unauthorized request. Make sure token was included and is valid and try again.
Forbidden. You are not permitted to access the requested resource.
{- "criteria": {
- "orgId": "string",
- "orgIds": [
- "string"
], - "enabled": true,
- "locked": true,
- "expired": true,
- "credentialsExpired": true,
- "usingMfa": true,
- "sharedSecret": "string",
- "lastName": "string",
- "firstName": "string",
- "roles": [
- "string"
], - "privileges": [
- "string"
], - "privilegeRoles": [
- "string"
], - "username": "string",
- "email": "string",
- "basic": "string",
- "authenticator": "string",
- "authenticators": [
- "string"
], - "authenticatorInclude": true,
- "startTimestamp": "2019-08-24T14:15:22Z",
- "endTimestamp": "2019-08-24T14:15:22Z"
}, - "pageRequest": {
- "pageNumber": 0,
- "pageSize": 0,
- "sort": [
- {
- "fieldName": "string",
- "sort": "ASC"
}
]
}
}
{- "totalCount": 0,
- "pageRequest": {
- "pageNumber": 0,
- "pageSize": 0,
- "sort": [
- {
- "fieldName": "string",
- "sort": "ASC"
}
]
}, - "items": [
- {
- "userKey": {
- "username": "string",
- "authenticator": "string"
}, - "orgName": "string",
- "enabled": true,
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "lastSuccessfulAuthAttempt": "2019-08-24T14:15:22Z"
}
], - "totalPages": 0
}