POST
/v1/mgmt/outbound/scim/updateAuthorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
appId?string
configuration?object
version?string
Update an existing outbound SCIM configuration, using a valid management key.
curl -X POST "https://api.descope.com/v1/mgmt/outbound/scim/update" \ -H "Content-Type: application/json" \ -d '{}'{ "configuration": { "appId": "string", "configuration": {}, "enabled": true, "lastExportTime": 0, "lastProcessingTime": 0, "failures": 0, "version": "string" }}export interface Response {configuration?: {appId?: stringconfiguration?: {}enabled?: booleanlastExportTime?: numberlastProcessingTime?: numberfailures?: numberversion?: string}} Was this helpful?