Skip to main content
PUT
Update Person

Authorizations

Authorization
string
header
required

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

Path Parameters

person_id
string
required

Query Parameters

workspace_id
string<uuid>
required

Body

application/json
name
string
required
email
string[] | null
phone
string[] | null
org_id
integer | null
visible_to
string | null
label
integer | null

Response

Successful Response

id
integer
required
name
string | null
email
string[] | null
phone
string[] | null
org_id
integer | null
owner_id
integer | null
active_flag
boolean | null
label
integer | null