GET
/
console
/
v1
/
users
/
{email}
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"
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

email
string
required

email

Response

200
application/json
Get user response
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.