v1

latestOpenAPI 3.1.02026-07-242442479.7 KB

Update a User

put/api/record/crmuser/{id}

Path parameters

idstring required

Must be a globally unique identifier (GUID)

Request body

firstnamestring required

First name

languageidinteger required

Language the system will display in for this user. Can set 1037 for Hebrew or 1033 for English (Picklist).

roleidstring required

The GUID of the role assigned to this user. Will control the user's permissions.

usernamestring required

Email address used to sign into the system.

businessunitidstring

The GUID of the business unit assigned to this user. May control the user's sharing level.

calleridstring

Phone extension number

emailaddress1string

Email address used to receive all emails from the system, will be used to reset the password of this user.

employeeidstring

Employee ID

faxstring

Fax

isworkinginteger

Sets if the user is currently working (Picklist).

jobtitlestring

Job title

lastnamestring

Last name

localeinteger

Sets the date time format displayed in this user's system (Picklist).

owneridstring

Must be set as the GUID of this system user. Will be used for permissions.

pcfgoalnumber float

Personal goal for this user.

salutationinteger

Salutation (Picklist)

sipidstring

The user's SIPID from the organization's call center.

sipidusernamestring

The user's SIPID username.

telephone1string

Primary phone number

telephone2string

Secondary phone number

telephone3string

Third used phone number

timezonestring

Time zone (Picklist)

Response

200

successboolean
datastring
messagestring

Example response

{
  "success": true,
  "data": "Record ID"
}