Authorizations
JWT access token obtained from the /auth/token endpoint.
This
Admin APIis separate from theCorti APIused for speech recognition, text generation, and agentic workflows. Authentication and scope for theAdmin APIuses email-and-password to obtain a bearer token via /auth/token. This token is only used for API administration.
Path Parameters
Unique identifier of your project in the Corti API Console.
To find it, open your project at console.corti.app, go to Settings, and copy the value from the Project ID field.
"consoleproject"
The unique identifier for a Customer
"contosohospital"
The ID of the user
"123e4567-e89b-12d3-a456-426614174000"
Body
Response
User updated successfully
User's email address
"user@example.com"
User's first name
"John"
User's last name
"Doe"
Flag indicating if the user account is active
true
Unique identifier for the user
"123e4567-e89b-12d3-a456-426614174000"
Flag indicating whether the user's email address has been verified
true
Timestamp when the user was created
"2023-10-01T12:00:00Z"