Skip to main content
PUT
Change a team member's role

Authorizations

Authorization
string
header
required

Scoped Bearer token from POST /merchant/api/auth.

Path Parameters

id
integer
required

Body

application/json
role
enum<string>
required
Available options:
owner,
admin,
finance,
viewer

Response

Role updated.

success
boolean
Example:

true

message
string
request_id
string<uuid>