POST
/
v0
/
settings
/
user
cURL
curl --request POST \
  --url 'https://api-(organization).gable.ai/v0/settings/user' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'
{
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "githubHandle": "<string>",
  "status": "ACTIVE",
  "role": "ADMIN"
}

Body

application/json

Get user by email address

The body is of type object.

Response

200
application/json

User was found with the given email address

The response is of type object.