GET
/
v0
/
settings
/
users
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/settings/users'
[
  {
    "email": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "githubHandle": "<string>",
    "status": "ACTIVE",
    "role": "ADMIN"
  }
]

Response

200 - application/json

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

The response is of type object[].