Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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": {} }
organizationId identifier
memberId identifier
Assign this custom organization_role row (must belong to the org).
organization_role
Assign a built-in org role (clears roleId). Mutually exclusive with customRoleId.
roleId
customRoleId
owner
admin
staff
member
viewer
Patch Member
Whether the request succeeded
true
Human-readable outcome message (localized when i18n is configured)
"Operation completed successfully"
Endpoint-specific payload