Update a member’s role
Sets the member’s organization role. Requires a role with member management (owner or admin). Assigning owner transfers ownership: only the current owner can do this, the target member becomes the owner, and the caller is demoted to admin; transferring ownership to yourself is rejected. The current owner cannot be demoted directly (409) — transfer ownership by promoting another member instead.
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Path Parameters
11Body
owner, admin, full_editor, content_editor Response
The member’s new role together with the previous one.
Principal ID of the updated member.
Role the member now holds.
owner, admin, full_editor, content_editor Role the member held before this change.
owner, admin, full_editor, content_editor