Get Requestable Users
GET/getrequestableusers
This API fetches the list of user for whom the requestor can request.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
requestor
Optional params:
max
, offset
Request
- application/json
Body
maxstring
Example:
2
requestorstring
Example:
jdwad
Responses
- 200
Get Requestable User
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Get Requestable User
Schema
Array [
]
displaycountnumber
Example:
2
errorCodestring
Example:
0
msgstring
Example:
Success
totalcountnumber
Example:
151543
users
object[]
citystring
Example:
Miami
companynamestring
Example:
costcenterstring
Example:
departmentnamestring
Example:
departmentnumberstring
Example:
displaynamestring
Example:
Ln, Fn
emailstring
Example:
fn.ln@saviynt.com
enddatestring
Example:
2018-12-03 07:40:21
firstnamestring
Example:
fn
jobCodestring
Example:
jobcodedescstring
Example:
jobdesc
lastnamestring
Example:
ln
lastsyncdatestring
Example:
locationstring
Example:
managerstring
Example:
acook
regionstring
Example:
secmanagerstring
Example:
startdatestring
Example:
statuskeystring
Example:
Active
systemusernamestring
Example:
admin
usernamestring
Example:
admin
vendormanagerstring
Example:
{
"displaycount": 2,
"errorCode": "0",
"msg": "Success",
"totalcount": 151543,
"users": [
{
"city": "Miami",
"companyname": "",
"costcenter": "",
"departmentname": "",
"departmentnumber": "",
"displayname": "Ln, Fn",
"email": "fn.ln@saviynt.com",
"enddate": "2018-12-03 07:40:21",
"firstname": "fn",
"jobCode": "",
"jobcodedesc": "jobdesc",
"lastname": "ln",
"lastsyncdate": "",
"location": "",
"manager": "acook",
"region": "",
"secmanager": "",
"startdate": "",
"statuskey": "Active",
"systemusername": "admin",
"username": "admin",
"vendormanager": ""
},
{
"city": "New York",
"companyname": "",
"costcenter": "",
"departmentname": "",
"departmentnumber": "",
"displayname": "",
"email": "awsadmin@saviynt.com",
"enddate": "",
"firstname": "aws",
"jobCode": "",
"jobcodedesc": "jobdesc",
"lastname": "admin",
"lastsyncdate": "",
"location": "",
"manager": "acook",
"region": "",
"secmanager": "",
"startdate": "",
"statuskey": "Active",
"systemusername": "aadmin",
"username": "awsadmin",
"vendormanager": ""
}
]
}
{
"displaycount": 2,
"errorCode": "0",
"msg": "Success",
"totalcount": 151543,
"users": [
{
"city": "Miami",
"companyname": "",
"costcenter": "",
"departmentname": "",
"departmentnumber": "",
"displayname": "Ln, Fn",
"email": "fn.ln@saviynt.com",
"enddate": "2018-12-03 07:40:21",
"firstname": "fn",
"jobCode": "",
"jobcodedesc": "jobdesc",
"lastname": "ln",
"lastsyncdate": "",
"location": "",
"manager": "acook",
"region": "",
"secmanager": "",
"startdate": "",
"statuskey": "Active",
"systemusername": "admin",
"username": "admin",
"vendormanager": ""
},
{
"city": "New York",
"companyname": "",
"costcenter": "",
"departmentname": "",
"departmentnumber": "",
"displayname": "",
"email": "awsadmin@saviynt.com",
"enddate": "",
"firstname": "aws",
"jobCode": "",
"jobcodedesc": "jobdesc",
"lastname": "admin",
"lastsyncdate": "",
"location": "",
"manager": "acook",
"region": "",
"secmanager": "",
"startdate": "",
"statuskey": "Active",
"systemusername": "aadmin",
"username": "awsadmin",
"vendormanager": ""
}
]
}