Skip to main content

Create User

POST 

/crm/users

Create User

Request

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Body

    userFirstName stringrequired

    The first name of the user.

    userEmail stringrequired

    The email address associated with the user's account.

    userLastName string

    The last name or surname of the user.

    remoteFields json

    An object containing remote fields that are not supported by the common model. The keys are the names of the fields of the corresponding resource in the remote app, and the values can be strings, numbers, arrays or objects.

Responses

200

Schema

    user

    object

    id string
    remoteId string
    userFirstName string
    userLastName string
    userEmail string
    isActive
    remoteCreatedAt string
    remoteUpdatedAt string
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...