This is API documentation for Example API (with validation). This is generated by httpdoc
. Don't edit by hand.
Create a new user
Parameters
Name | Value | Description |
---|---|---|
pretty | Pretty print response message | |
token | 12345 | Request token |
Headers
Name | Value | Description |
---|---|---|
X-Version | 2 | Request API version |
Request fields
Name | Value | Description |
---|---|---|
Name | tcnksm | User Name |
[email protected] | User email address | |
Attribute.Birthday | 1988-11-24 | User birthday YYYY-MM-DD format |
Request example
Click to expand code.
{
"name": "tcnksm",
"email": "[email protected]",
"attribute": {
"birthday": "1988-11-24"
}
}
Headers
Name | Value | Description |
---|---|---|
Content-Type | application/json |
Response fields
Name | Value | Description |
---|---|---|
ID | 11241988 | User ID assigned |
Response example
Click to expand code.
{
"id": 11241988,
"name": "tcnksm"
}