4b3471151a8b

latestOpenAPI 3.1.02026-08-1084336455.2 KB
Accounts

Add Or Update Scim Provisioning

Authorization scope: account:write

Add or update SCIM provisioning. This endpoint returns the connection string used to communicate with your SCIM app and the authentication token

put/v1/accounts/{account_id}/scim_provisioning

Path parameters

account_idstring required

Response

Successful Response

account_idstring required

The account id

scim_service_urlstring required

The connection string (URL) used to communicate with your SCIM app

tokenstring required

The SCIM authentication token. Keep the token somewhere safe. The token will be shown only once.

Example response

{
  "account_id": "65c2465a76ba59de1a868a4e",
  "scim_service_url": "https://rivery-scim.rivery.io",
  "token": "1234"
}