Skip to main content
PATCH
/
scim
/
Users
/
{id}
cURL
curl --request PATCH \
  --url https://statsigapi.net/scim/Users/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "schemas": [
    "<string>"
  ],
  "Operations": [
    {
      "op": "replace",
      "value": {
        "active": true
      }
    }
  ]
}'

Body

application/json
Operations
object[]
required
schemas
string[]
I