Question

"Feature [Bulk Assign] is not available"

  • 22 November 2019
  • 2 replies
  • 994 views

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



2 replies

Userlevel 1

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