Users

Resource Fields

Name Type Read-only Description
full_name string
email Email
locale string
created_at timestamp ISO-8601 Format

Metadata




 
 




Actions

Register a user

POST /api/v1/helpcenter/register.json

Information

Allowed for Public

Parameters

Name Type Mandatory Description
full_name string
email string
locale string

Response

    {
        "status": 201,
        "data": {
            "id": 13,
            "full_name": "John Doe",
            "email": {
    "id": 1,

    "resource_type": "identity_email"

},
            "locale": "en-us",
            "created_at": "2015-06-09T13:10:35+05:00",
            "resource_type": "user"
        },
        "resource": "user"
    }