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.
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.
UUID of the user to update
The updated user information
The UUID of the role assigned to the user.
The type of seat assigned to the user.
listener, recording "recording"
User successfully updated
{
"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"
}