Skip to main content
PATCH
Update user by ID.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Body

application/json
name
string
email
any

Must be unique across users.

external_id
string | null
external_group
string | null
pin
number | null

Optional user switch pin. Must be 6 digits.

Response

200 - application/json

Success

data
object

User from business which operates this app.