Update Member Role
Members
Update Member Role
Change a member’s role within the organization
PATCH
Update Member Role
Updates a member’s role. You cannot change the owner’s role (transfer ownership first) or your own role. Requires theDocumentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
members:update permission.
Auth
Requires a valid Bearer token with
members:update permission.Path Parameters
Organization identifier.
Membership identifier of the member to update.
Request Body
New role for the member. One of
"admin", "member", or "viewer". Cannot assign "owner" —
use ownership transfer instead.Response
Returns the updated member object with embedded user profile.Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Cannot change owner role or your own role |
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
403 | AUTHORIZATION_ERROR | Insufficient permissions (members:update required) |
404 | NOT_FOUND | Member not found in this organization |

