Staff
-
Return a single staff member
GET /api/1/staff/:uuid.jsonFormats
json jsonpReturns a single staff member object belonging the authenticated user.
Errors
- 401 Unauthorized
- 403 Forbidden - returned if an authenticated user isn't allowed to view staff members
- 404 Record Not Found - returned if an staff member with the specified UUID is not found
Example
GET /api/1/staff/141621a3-1731-4133-be13-7a936ba7da6a 200 { "response": { "active": "true", "email_address": "24alayna_corwin@osinski.org", "first_name": "Kian", "hourly_rate_cents": 10000, "last_name": "Rath", "login": "user24", "time_zone": "Australia/Perth", "uuid": "141621a3-1731-4133-be13-7a936ba7da6a", "type": "staff" } }