# Creates a SCIM token, must be connected to an SSO Provider The SCIM token secret will only be showed in the response of this endpoint, it will never be shown again, so be sure to copy it. Endpoint: POST /v0/scim Version: 0 Security: authorization_code_with_pkce_0, client_credentials_0 ## Request fields (application/json): - `provider` (string, required) - `providerDisplayName` (string, required) ## Response 200 fields (text/plain): - `id` (string, required) - `token` (string, required) - `provider` (string, required) - `providerDisplayName` (string, required) ## Response 400 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)