Skip to main content
PUT
/
v1
/
scim
/
v2
/
{tenant}
/
Users
/
{member_id}
Scim Put User
curl --request PUT \
  --url https://api.example.com/v1/scim/v2/{tenant}/Users/{member_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

tenant
string
required
member_id
string
required

Body

application/json

The body is of type Body · object.

Response

Successful Response

The response is of type Response Scim Put User V1 Scim V2 Tenant Users Member Id Put · object.