Skip to main content
POST
/
console
/
v1
/
settings
/
roles
Update Roles Settings
curl --request POST \
  --url https://statsigapi.net/console/v1/settings/roles \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '
{
  "default_project_role": "<string>"
}
'
{
  "message": "Settings updated successfully.",
  "data": {
    "default_project_role": "Read Only"
  }
}

Documentation Index

Fetch the complete documentation index at: https://statsig-4b2ff144-docs-go-big-id-lists.mintlify.app/llms.txt

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

Authorizations

STATSIG-API-KEY
string
header
required

Body

application/json
default_project_role
string
required

The name of the default project role. This is the role that will be initially assigned to new users joining the project.

Response

Update Roles Settings Response

message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.