My Oracle Support Banner

SCIM Request Returning "detail": "Bad Request" "status": "400" (Doc ID 2447943.1)

Last updated on DECEMBER 06, 2021

Applies to:

Identity Manager - Version 12.2.1.3.0 and later
Information in this document applies to any platform.

Symptoms

Using SCIM and try to create a user with the following payload:

{

    "schemas": [

           "urn:ietf:params:scim:schemas:extension:oracle:2.0:OIG:User",

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

           "urn:ietf:params:scim:schemas:extension:oracle:2.0:IDM:User",

           "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"

    ],

    "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {

          "organization": "Xellerate Users"

    },

    "userName": "< User >",

    "name": {

    "familyName": "< User >"

    },

    "emails":[

       {

          "type": "work",

          "value": "< User >@<domain>"

       }

    ]

}

 

 

and the request returns the following error:

 

{

    "schemas": [

       "urn:ietf:params:scim:api:messages:2.0:Error"

    ],

    "detail": "Bad Request",

    "status": "400"

}

 

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.