Create User

POST
/crm/users

Create a new user

Headers

x-revert-api-tokenstringRequired

Your official API key for accessing revert apis.

x-revert-t-idstringRequired

The unique customer id used when the customer linked their account.

x-api-versionstringOptional

Optional Revert API version you’re using. If missing we default to the latest version of the API.

Request

This endpoint expects an object.
additionalanyRequired

Any fields that are not unified yet/non-unifiable come inside this json object.

emailstringRequired

The email of a user in a CRM.

firstNamestringRequired

The first name of a user in a CRM.

lastNamestringRequired

The last name of a user in a CRM.

phonestringRequired

The phone number of a user in a CRM.

Response

This endpoint returns an object.
statusenum
Allowed values: okerror
messagestring
resultany
Built with