Developers
Users

Fetch a single user by ext:/email:/UUID reference

GET
/users/{ref}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

ref*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/users/string"
{  "object": "user",  "id": "string",  "name": "string",  "email": "user@example.com",  "role": "admin",  "default_hourly_rate": -9007199254740991,  "external_id": "string"}