v1

latestOpenAPI 3.1.02026-08-042955230.1 KB
Orgs

List accessible organizations

Returns the list of organizations that the authenticated user has access to. This includes:

  • Organizations where the user is a direct member (kind: 'direct')
  • Child organizations if the user belongs to a partner organization (kind: 'partnership')
  • All active organizations if the user is an Archera staff member (kind: 'staff')

Each organization includes the user's role and membership kind.

get/v1/orgs

Response

OK

org_idstring required

Unique organization identifier

namestring required

Organization name

role'user' | 'admin' | 'support' | 'cloud_rep' | 'restricted_user' required

User's role in the organization (e.g., admin, user, support, cloud_rep, restricted_user)

kind'direct' | 'staff' | 'partnership' required

Type of membership: 'direct' (direct member), 'partnership' (via partner org), 'staff' (Archera staff)