PUT
/
auth
/
team-members
/
{id}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

member ulid

Body

application/json
email
string
first_name
string
id
string
last_name
string
phone
string

Response

200 - application/json
content
object
message
string
success
boolean