Skip to main content
PATCH
Update a team member

Authorizations

Authorization
string
header
required

JWT token for admin console authentication

Path Parameters

id
string
required

Member UUID

Body

application/json
name
string

Updated name for the member

Maximum string length: 255
Example:

"John Doe"

role
enum<string>

Role to assign to the member

Available options:
OWNER,
ADMIN,
DESIGNER,
DEVELOPER,
VIEWER

Response

Member updated successfully