Skip to content

User Create

Protocol

POST

URL

https://api.helpmonks.com/api/v1/user/create

Parameters

Name Required Value Comment
user Yes Object containing the fields for this user

The available fields are documented in the User Data Model. Refer to the Query syntax documentation on how to query against your records

Example

{
    user : {
        "email" : "user@domain.com",
        "first_name" : "User",
        "last_name" : "Awesome"
    }
}

Returned data

Please refer to the User Data Model to see the data structure being returned

-->