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 '
{
  "Operations": [
    {
      "op": "replace",
      "value": {
        "active": true
      }
    }
  ],
  "schemas": [
    "<string>"
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://statsig-4b2ff144-mintlify-seo-metadata-1777910999.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

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

Response

200 - undefined