Staff
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger · min: 1OptionalDefault:
The page number of results to return.
1per_pageinteger · min: 1 · max: 200OptionalDefault:
Request for how many records to return.
50countintegerOptional
Synonym for per_page
since_datestring · date_timeOptionalExample:
Return results updated since the specified date, in UTC timezone
2025-01-01T00:00:00Zsince_idintegerOptional
Return staff members with ID greater than this value
department_idintegerOptional
Filter staff members by specific department ID
department_idsstringOptional
Comma-separated list of department IDs to filter by
Responses
200
successful
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
get
/api/v3/staffAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Unique identifier for the staff member
Responses
200
successful
application/json
401
Unauthorized
application/json
404
Staff member not found
application/json
get
/api/v3/staff/{id}Last updated
Was this helpful?

