Developers
Users

Tag an existing user with an external_id

PATCH
/users/{ref}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

ref*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/users/string" \  -H "Content-Type: application/json" \  -d '{    "external_id": "string"  }'
{  "object": "user",  "id": "string",  "name": "string",  "email": "user@example.com",  "role": "admin",  "default_hourly_rate": -9007199254740991,  "external_id": "string"}