cURL
curl --request GET \ --url https://statsigapi.net/console/v1/users/{email} \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "User read successfully.", "data": { "email": "test@statsig.com", "firstName": "test", "lastName": "user", "role": "admin" } }
Optional header to respect review settings for mutation endpoints.
email
Get user response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?