GET
/
search
/
{workspaceId}
/
people
curl --request GET \
  --url https://api.hyra.io/search/{workspaceId}/people \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "timezone_name": "<string>",
    "deprovisioned": true
  }
]

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Query Parameters

query
string
required
timezones
boolean
include_deprovisioned
boolean

Response

200 - application/json
id
string
required
name
string
required
timezone_name
string
deprovisioned
boolean