cURL
curl --request POST \ --url https://statsigapi.net/scim/Users \ --header 'Content-Type: application/json' \ --data ' { "userName": "<string>", "name": { "givenName": "<string>", "familyName": "<string>", "middleName": "<string>" }, "emails": [ { "value": "<string>", "primary": true, "type": "<string>" } ], "id": "<string>", "active": true, "statsigOrgRole": "<string>", "schemas": [ "<string>" ], "password": "<string>" } '
Documentation IndexFetch the complete documentation index at: https://statsig-4b2ff144-mintlify-seo-metadata-1777910999.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
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.
Show child attributes
Was this page helpful?