You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

IDCS Create User API: Group is not getting assigned

Received Response
3
Views
1
Comments

Summary:

We are trying to create a user in IDCS using Create User API. The user is getting created successfully. We are trying to assign an existing group to the user. But thats not getting assigned.

Content (required):

Below is the request we are sending to IDCS:

{

  "schemas": [

    "urn:ietf:params:scim:schemas:core:2.0:User"

  ],

  "userName": "[email protected]",

  "preferredLanguage":"es",

  "locale":"es",

  "name": {

    "familyName": "Jensen",

    "givenName": "Barbara",

    "middleName": "Jane"

  },

  "emails": [

    {

      "value": "[email protected]",

      "type": "work",

      "primary": true

    }

  ],

  "groups":[

      {

          "value": "groupid",

          "type":"direct",

          "display":"CSJ CP Users"

      }

  ]

}

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!