Get all Users
get
/cloudapi/restapi/v3/user
This operation fetches all users. All attributes and assigned roles are returned for each user.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : User
Type:
Show Source
object
-
admin:
boolean
-
changePwdAtNextLogin:
boolean
-
createdBy:
string
-
createdDate:
object CloudTZDateTime
-
deprovisionedDate:
string(date-time)
-
deprovisioningDate:
string(date-time)
-
disabled(required):
boolean
-
emailAddress(required):
string
-
employeeNumber:
string
-
endDate:
string(date-time)
-
firstName(required):
string
-
id:
string
-
lastName(required):
string
-
locked:
boolean
-
loginAttemptsCtr:
string
-
loginId(required):
string
-
manager:
string
-
middleName:
string
-
organization(required):
object Organization
-
password:
array password
-
processed:
boolean
-
provisionedDate:
string(date-time)
-
provisioningDate:
string(date-time)
-
pwdCantChange:
boolean
-
pwdExpired:
boolean
-
pwdExpireDate:
string(date-time)
-
pwdWarnDate:
string(date-time)
-
pwdWarned:
boolean
-
roles:
array roles
-
startDate:
string(date-time)
-
status:
string
-
statusInfo:
string
-
statusInfoOK:
boolean
-
updatedDate:
object CloudTZDateTime
-
userType:
string
Nested Schema : Organization
Type:
Show Source
object
-
associations:
array associations
Unique Items Required:
true
-
bidderCompany:
boolean
-
createdBy:
string
-
createdDate:
string(date-time)
-
displayName(required):
string
-
id(required):
string
-
inheritedPolicy:
boolean
-
isDeletable:
boolean
-
name(required):
string
-
parentId:
string
-
parentName:
string
-
processed:
boolean
-
pwdPolicy:
object PwdPolicy
-
status:
string
-
statusInfo:
string
-
type:
string
-
updatedBy:
string
-
updatedDate:
string(date-time)
400 Response
Invalid input, Please check.