Get Users
Get Users
Path Parameters
Response
id
string
Unique ID of Admin User.
mfaEnabled
string
A boolean value indicating whether the mfa is enabled (true) or not (false).
createdTimestamp
number
Timestamp indicating when the user is created.
username
string
The username of the User.
enabled
boolean
A boolean value indicating whether the user is enabled (true) or disabled (false).
totp
boolean
A boolean value indicating whether the user is configured for time based otp (true) or not (false).
emailVerified
boolean
A boolean value indicating whether the email is verified (true) or not (false).
firstName
string
The first name of the user
lastName
string
The last name of the user
email
string
the email id of the user
skipSendingEmail
boolean
A boolean value indicating whether the user will get email (false) or not (false).
userInviteStatus
string
The invite status of the user
inviteClientId
string
The invite client id of the user
attributes
object
The attribute associated with user
disableableCredentialTypes
array
List of disabled credentials
requiredActions
array
A set of actions that must be completed by the user during the authentication process
notBefore
number
It is a timestamp attribute associated with a user. It represents the point in time before which certain operations or actions related to the user are not allowed.
access
object
Access information of the user
accountCreator
boolean
A boolean value indicating whether the user is account creator (true) or not (false).
[
{
"id": "eca9fdb5-949c-429d-9dc0-6d87cd35b75f",
"mfaEnabled": false,
"createdTimestamp": 1703239574215,
"username": "grootuser1",
"enabled": true,
"totp": false,
"emailVerified": false,
"firstName": "groot",
"lastName": "user1",
"email": "grootuser1@gmail.com",
"skipSendingEmail": false,
"userInviteStatus": "Invited",
"inviteClientId": "sso",
"attributes": {
"syncedFrom": [
"okta_ws"
]
},
"disableableCredentialTypes": [],
"requiredActions": [],
"notBefore": 0,
"access": {
"manageGroupMembership": true,
"winlogonUser": false,
"view": true,
"mapRoles": true,
"impersonate": true,
"winlogonAdmin": false,
"manage": true
},
"accountCreator": false
},
{
"id": "638100be-d5db-4182-ab08-9cc5721be561",
"mfaEnabled": false,
"createdTimestamp": 1703239572790,
"username": "qwerty@gmail.com",
"enabled": true,
"totp": false,
"emailVerified": false,
"firstName": "qwerty",
"lastName": "",
"email": "qwerty@gmail.com",
"skipSendingEmail": false,
"userInviteStatus": "Invited",
"inviteClientId": "sso",
"attributes": {
"syncedFrom": [
"okta_ws"
]
},
"disableableCredentialTypes": [],
"requiredActions": [],
"notBefore": 0,
"access": {
"manageGroupMembership": true,
"winlogonUser": false,
"view": true,
"mapRoles": true,
"impersonate": true,
"winlogonAdmin": false,
"manage": true
},
"accountCreator": false
}
]
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 - OK | Successfully done. | |
201 - OK | Successfully created. | |
400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
401 - Unauthorized | Unauthorized access try with correct access. | |
402 - Request Failed | The parameters were valid but the request failed. | |
403 - Forbidden | The Application doesn't have permissions to perform the request. | |
404 - Not Found | The requested resource doesn't exist | |
500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
503 - Server Errors | Service temporarily unavailable |