Skip to main content
GET
/
v0
/
settings
/
users
Gets the list of Gable users
curl --request GET \
  --url https://{hostname}.gable.ai/v0/settings/users \
  --header 'X-API-KEY: <api-key>'
[
  {
    "email": "<string>",
    "status": "ACTIVE",
    "role": "ADMIN",
    "firstName": "<string>",
    "lastName": "<string>",
    "githubHandle": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

Details required to create a SAML integration for Gable in an IdP

email
string
required

The email address of the user

status
enum<string>
required

The status of the user

Available options:
ACTIVE,
INVITED,
DELETED
role
enum<string>
required

The role of the user

Available options:
ADMIN,
EDITOR,
VIEWER
firstName
string

The first name of the user, if available

lastName
string

The last name of the user, if available

githubHandle
string

The GitHub handle of the user or team, if available