Skip to main content

I'm trying to enable Automatic Provisioning via Azure AD, but the option for "SCIM" mentioned in the documentation isn't available in the Directory Integration section. It will update existing users, but whenever a new user is supposed to be created I get the following error:


Error code

SystemForCrossDomainIdentityManagementClientNonServiceFailure


Error message

StatusCode: Forbidden

Message: Processing of the HTTP request resulted in an exception. Please see the HTTP response returned by the 'Response' property of this exception for details.

Web Response:

{

"schemas" : [ "urn:ietf:params:scim:api:messages:2.0:Error" ],

"status" : "403",

"detail" : "Feature [Bulk Assign] is not available"

}

Please create a support ticket, someone need to have a look at your account and detailed params of your API call.


Thanks Phong!

I created a ticket, and they did something on the back end and the SCIM option began showing like it did in the documentation.


Reply