Get all Users
/cloudapi/restapi/user
Request
There are no request parameters for this operation.
Back to TopResponse
- application/json
200 Response
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
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
Examples
Method
GET
Response Content Type
application/json
Operation
/cloudapi/restapi/user
cURL Example
REQUEST URL: http://<hostname>:<port>/cloudapi/restapi/user
curl -X GET "http://<hostname>:<port>/cloudapi/restapi/user" -H "accept: application/json"
Response Body Example
[
{
"loginId": "JSMITH",
"updatedDate": "2018-05-11T08:04:50",
"statusInfo": "",
"organization": {
"associations": [],
"inheritedPolicy": false,
"isDeletable": false,
"bidderCompany": false,
"displayName": "sfo",
"id": "4",
"name": "sfo"
},
"emailAddress": "jsmith@pgbu.com",
"disabled": false,
"roles": [
{
"displayName": "Primavera Unifier Production",
"id": "77",
"name": "PrimaveraUnifierProduction"
}
],
"locked": false,
"status": "Active",
"createdBy": "COADMIN",
"pwdExpireDate": "2019-02-18T17:11:47",
"pwdWarnDate": "2018-09-21T17:11:47",
"pwdExpired": false,
"pwdCantChange": false,
"pwdWarned": false,
"loginAttemptsCtr": "0",
"lastAction": "Updated",
"firstName": "Jim",
"lastName": "Smith",
"userType": "Employee",
"createdDate": "2018-04-09T15:21:25",
"provisionedDate": "2018-04-09T15:26:49",
"changePwdAtNextLogin": true,
"id": "3336"
}
]