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

Assigning role while updating a user through REST API

Received Response
132
Views
7
Comments

Summary:

Assigning role while updating a user through REST API

Content (required):

While I try to update a user with roles object, I am getting "Attribute roles is not allowed in the payload. (ASE-4335076)" error

Payload:

{

    "schemas": [

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

    ],

    "roles": [

        {

            "value": "ORA_PER_EMPLOYEE_ABSTRACT"

        }

    ]

}

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


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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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