Returns an array of staff records for a single org.
GET /system/orgs/{orgId}/staff
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ContactInfo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"OrgStaffId": 0,
"StaffFullName": "string",
"DeptId": 0,
"SupervisorId": 0,
"Title": "string",
"Function": "string",
"UserId": 0,
"ContactInfo": {
"PreferredContactMethod": "string",
"PrimaryPhone": "string",
"PrimaryFax": "string",
"PrimaryEmail": "string",
"Country": "string",
"Street": "string",
"City": "string",
"State": "string",
"ZipCode": "string",
"PrimaryTextMessagePhone": "string"
},
"OrgId": 0,
"ViewAllTickets": true,
"ApproveAllTimeSheets": true,
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}