Skip to main content
PUT
Update member role (owner/admin only)

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
memberId
string
required

Body

application/json
role
enum<string>
required

New role for the member

Available options:
admin,
member
Example:

"admin"

Response

Member role updated successfully.