Update a user
cURL
curl --request PATCH \ --url 'https://api-(organization).gable.ai/v0/settings/user' \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "firstName": "<string>", "lastName": "<string>", "githubHandle": "<string>", "role": "ADMIN" }'
{ "email": "<string>", "firstName": "<string>", "lastName": "<string>", "githubHandle": "<string>", "role": "ADMIN" }
User
The body is of type object.
object
User was updated successfully
The response is of type object.