4b3471151a8b
latestOpenAPI 3.1.02026-08-1084336455.2 KBAccounts
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
Example response
{
"account_id": "65c2465a76ba59de1a868a4e",
"scim_service_url": "https://rivery-scim.rivery.io",
"token": "1234"
}