PUT
/
api
/
v1
/
scim
/
v2
/
Users
/
{scim_id}
Replace User
curl --request PUT \
  --url https://api.example.com/api/v1/scim/v2/Users/{scim_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string
default:""

Path Parameters

scim_id
string
required

Body

application/json

The body is of type Body · object.

Response

Successful Response