Skip to main content
PATCH
Update Member Role
Changes a member’s role. Only space admins can perform this action.

Path Parameters

string
required
UUID of the space.
string
required
UUID of the membership record to update.

Body Parameters

string
required
New role: "admin", "moderator", or "member".

Response

string
Confirmation message.
object
Updated membership with id, role, status, joinedAt, and userId.
See also: useUpdateMemberRole