v1

latestOpenAPI 3.0.02026-07-2411724301.7 KB
User

Update user

Update a user by its Id.

put/v2/users/{user_id}

Path parameters

user_idstring required

User Id.

Request body

role'basic' | 'plus'

User role.

allow_cameraboolean

Indicates if a user is allowed to do video call or not.

language'en' | 'it' | 'es' | 'pt'

Default language of the company and users created.

activeboolean

Indicates if a user is active or not.

Response

idstring

User Id.

rolestring

User role.

allow_cameraboolean

Indicates if user is allowed to do video call or not.

languagestring

User language.

creation_datestring date-time

Creation date of the user.

avatar_urlstring

Avatar resource url of the user. The file pointed by this URL is treated as PII/PHI

activeboolean

Indicates if the user active or not.