cURL
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" } }
Optional header to respect review settings for mutation endpoints.
The name of the default project role. This is the role that will be initially assigned to new users joining the project.
Update Roles Settings Response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?