v1

latestSwagger 2.02026-08-04232286653.5 KB
SCIM

Create a new SCIM integration for an organization.

post/organizations/{org_id}/scim/integrations

Path parameters

org_idstring required

Request body

identity_providerstring required
namestring required

Example request

{
  "identity_provider": "okta",
  "name": "Okta SCIM Integration",
  "token": {
    "alias": "my-scim-token",
    "expires_at": "2025-12-03T19:58:34Z"
  }
}

Response

Example response

{
  "api_key_info": {
    "alias": "newAPIKey",
    "api_key": "R7p5XctCQMuGlpVBmVdqzA",
    "created_at": "2021-11-03T22:16:27Z",
    "expires_at": "2021-12-03T19:58:34Z",
    "key_id": "R7p5XctCQMuGlpVBmVdqzA",
    "project_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
    "usage": "inference"
  },
  "integration": {
    "created_at": "2024-01-01T00:00:00Z",
    "created_by": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab",
    "id": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab",
    "identity_provider": "okta",
    "last_activity_at": "2024-01-01T00:00:00Z",
    "name": "Okta SCIM Integration",
    "organization_id": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab",
    "status": "active",
    "updated_at": "2024-01-01T00:00:00Z"
  }
}