Skip to main content
PATCH
/
api
/
v1
/
organizations
/
{organizationId}
/
rbac
/
members
/
{memberId}
cURL
curl -sS -X PATCH "$FLUIDE_BASE_URL/api/v1/organizations/string/rbac/members/string" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

organizationId
string
required

organizationId identifier

memberId
string
required

memberId identifier

Body

application/json
customRoleId
string<uuid>

Assign this custom organization_role row (must belong to the org).

builtInRole
enum<string>

Assign a built-in org role (clears roleId). Mutually exclusive with customRoleId.

Available options:
owner,
admin,
staff,
member,
viewer

Response

Patch Member

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload