quantaq.endpoints.users.Users.update¶
- Users.update(**kwargs)¶
Update the record of a user with id = user_id
All user parameters that are not listed here must be changed via the UI.
- Parameters
id (int) – The user id
first_name (str) – First name of the user
last_name (str) – Last name of the user
- Returns
User information
- Return type
dict