Get Staff
Staff
Get Staff
Retrieve a single staff member by id
GET
Get Staff
Retrieves the staff member with the given id.
The lookup is scoped to your API key’s company. Ids that don’t exist and ids that belong to another company both return
404 — the response doesn’t distinguish between them.
Retrieve does not apply a status filter, so inactive staff resolve directly by id. Use this endpoint when you already have a specific staff id (for example, one returned by an expanded event) and need the full record.
Example request
Example response
Expanding related objects
Noexpand[] paths are supported on staff yet. Passing any value in expand[] returns 400 with an invalid_parameter error.
Plan access
This endpoint requires a Scale-plan API key. See Plan access.Authorizations
API key for authentication
Path Parameters
The staff id.
Query Parameters
Reserved for future use. No expand paths are supported on staff yet — passing any value returns 400.
Response
Staff member retrieved successfully

