provider
user

Update User

put/user/update/{id}

Path parameters

idstring required

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Request body

firstNamestring nullable
lastNamestring nullable
externalIdstring nullable
emailstring nullable
phoneNumberstring nullable
addressstring nullable
addressLineTwostring nullable
citystring nullable
statestring nullable
zipCodestring nullable
countrystring nullable
addressValidboolean nullable
metaobject nullable
primaryLocationIdstring nullable

Response

Successful Response

idstring required

The unique identifier for the user.

firstNamestring nullable

The user's first name.

lastNamestring nullable

The user's last name.

phoneNumberstring nullable

The user's phone number.

emailstring nullable

The user's email address.

type'PROVIDER' | 'PATIENT' | 'ASSISTANT' required
locationIdstring nullable

The location of the user.

externalIdstring nullable

The user's external identifier if available.

addressstring nullable

The user's primary address.

addressLineTwostring nullable

Additional address information.

citystring nullable

The city of the user's address.

statestring nullable

The state of the user's address.

zipCodestring nullable

The postal code of the user's address.

countrystring nullable

The country of the user's address.

createdDatestring date-time required

The date and time when the user was created.

addressValidboolean nullable

Whether the user's address is valid.

metaobject nullable

Any additional metadata about the user relevant to your system.

isArchivedboolean nullable

Whether the user is archived.

primaryLocationIdstring nullable

The primary location of the user.

Changes

No recorded changes to this endpoint across all 1 revision of this API.