Skip to main content
New Participant
November 22, 2019
Question

"Feature [Bulk Assign] is not available"

  • November 22, 2019
  • 2 replies
  • 1079 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

    PhongVu
    Community Manager
    Community Manager
    November 25, 2019

    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.

    New Participant
    September 2, 2021

    This tip helped for my developer account. Thanks!