cURL
curl --request GET \ --url https://api.hyra.io/search/{workspaceId}/people \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "timezone_name": "<string>", "deprovisioned": true } ]
Search for people in a workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object[].
object[]