Create User
Description: To create a user, a HTTP POST request is made to the URL with the user ID and session token.
Method: POST
URI: /users/
Required Parameters:
given_name: The first name of the user.
surname: The last name of the user.
email: The email of the user.
Additional Parameters:
member_number: The member number of the user.
realtor_number: The realtor number of the user.
mobile: The mobile number of the user.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Message | String | Message relating to the update. |
Example
Request
Response