Update User
Organization
Update User
Updates an existing user’s information in the organization. You can modify the user’s name, email, team assignment, and role. Requires proper permissions to update user details.
PATCH
Update User
Documentation Index
Fetch the complete documentation index at: https://docs.attention.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
UUID of the user to update
Body
The updated user information
The UUID of the role assigned to the user.
The type of seat assigned to the user.
Available options:
listener, recording Example:
"recording"
Response
User successfully updated
Example:
{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"email": "user@example.com",
"firstName": "John",
"lastName": "Doe",
"createdAt": "2021-01-01T00:00:00Z",
"transcriptLang": "en-US",
"joinOutsideHostMeetings": true,
"realTimeCapabilities": false,
"botName": "MyBot",
"botImageURL": "https://example.com/bot.png",
"primaryTeamUUID": "primary-team-uuid-12345",
"organizationRoleUUID": "org-role-uuid-56789",
"showReferralScreen": false,
"seatType": "admin"
}