cURL
curl --request GET \ --url https://statsigapi.net/console/v1/settings/roles \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Settings read successfully.", "data": { "default_project_role": "Member" } }
Optional header to respect review settings for mutation endpoints.
Get Roles Settings Response
A simple string explaining the result of the operation.
A single result.
Show child attributes
The name of the default project role. This is the role that will be initially assigned to new users joining the project.
Was this page helpful?