Skip to content

Getting Started with Organization Management

The Organization Management API lets partners and administrators manage organizations, members, roles, and API keys programmatically through the Red Sift IAM service.

  • A Red Sift partner or admin account — contact Red Sift Support to have an organization created for you
  • Familiarity with Authentication (same Api-Key header scheme)

Organization-level API keys provide access to manage resources across an organization, as opposed to individual user API keys which are scoped to a single user.

Organization API keys are managed from the Red Sift IAM console under the Organizations tab of your profile:

RegionURL
UKiam.redsift.cloud/profile?tab=organizations
EUiam.eu.redsift.cloud/profile?tab=organizations
USiam.us.redsift.cloud/profile?tab=organizations
  1. Navigate to Profile → Organizations in the IAM console
  2. Select the API Keys tab
  3. Click Create API Key
  4. Give the key a descriptive name and select the appropriate permissions
  5. Copy the key — it will not be shown again

Include the key in the Authorization header, the same way as a user API key:

Terminal window
curl -H "Authorization: Api-Key YOUR_ORG_API_KEY" \
https://iam.redsift.cloud/v1/organizations

The Organization Management API is served from the IAM regional endpoints:

RegionEndpoint
UKhttps://iam.redsift.cloud
EUhttps://iam.eu.redsift.cloud
UShttps://iam.us.redsift.cloud

Use the endpoint that matches the region where your organization is provisioned.

Organization administrators can invite, remove, and manage members. Each member is assigned one or more roles that control what they can access.

Roles define a set of permissions granted to organization members. Common roles include:

  • Admin — Full access to organization settings, members, and all products
  • Reader — Read-only access to dashboards and reports