question

Debbie Sekler avatar image
Debbie Sekler asked John Wang edited

"Feature [Bulk Assign] is not available"

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


adding users using api scim post
1 comment
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image Phong Vu ♦♦ commented ·

Can you post the detailed "user" object? Remember to fake all sensitive info.

0 Likes 0 ·

1 Answer

·
Phong Vu avatar image
Phong Vu answered

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.

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.