Skip to main content

Hi,

Trying to add a User,

var userAccount = await rc.Scim().Users().Post(user);


Response


Body:

{
"schemas" : [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"status" : "403",
"detail" : "Feature [Bulk Assign] is not available"
}


Request

Method: POST

RequestUri:

https://platform.devtest.ringcentral.com/scim/v2/Users


Thank you


I think you forgot to configure the setup for SCIM from your account admin portal.

Please read this blog article to enable it.

Basically, just login your account https://service.ringcentral.com (sandbox account https://service.devtest.ringcentral.com) then select Tools -> Directory Integration -> Google Cloud Directory or SCIM then enable it.


This tip helped for my developer account. Thanks!


Reply