---
title: "Get Roles Settings"
method: GET
path: "/console/v1/settings/roles"
tags: ["Settings"]
---

# Get Roles Settings

`GET /console/v1/settings/roles`

## Response `200`

Get Roles Settings Response

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `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.

## Other responses

- `400` — Invalid request. Please check the request input and try again.
- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/revisions/3189f450c93b/schema)
