Update a User Account

This method updates a company user account, overwriting all existing values. Please note that any request body parameters left blank/null (except the password) will be stored in the user account as blank/null.

Body Params
int32
required

Unique user identifier generated by the DataMotion platform. Also referred to as UID.

string
required

Secure address of the user on the DataMotion platform

string

User-defined shortened login username that can be used on the DataMotion web portal

string

User-defined user identifier within a company

string

The user's password

string

The first name of the user

string

Last name of the user

string

Phone number of the user

int32

The unique identifier of the user's company on the DataMotion platform. This field will always default to the CompanyId of the Admin accessing the API.

string

A miscellaneous field (recommended to be used for Employee IDs)

string

A miscellaneous field

boolean

This field indicates whether the user account is currently disabled or not

int32
required

This field specifies the unique ID of the user's UserType. A list of UserTypeIds can be obtained by calling GetUserTypes.

boolean

This field indicates whether the user uses the Outlook button plugin

boolean

This field indicates whether the user would like to receive offers and updates from DataMotion. The default is false.

Headers
string
required

The X-Session-Key header must be a valid Session Key retrieved from the Get A Session Key function.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json