Skip to main content

Manage partner team members

Invite and assign roles to staff in your SERVICE_PARTNER organization.

Prerequisites

  • Org admin or owner role
Required permissions: org:members:write.

Steps

1

List members

curl -sS "$FLUIDE_BASE_URL/api/v1/organizations/$ORG_ID/members" \
  -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN" \
  -H "X-Fluide-Api-Key: $FLUIDE_API_KEY" \
  -H "X-Fluide-Client-Id: fluide-developer"
2

Invite a member

Use organization member invite endpoints in Auth API reference. Assign roles with partner:client:act-as for staff who operate on client data.

assign org roles