POST api/users/register
Request Information
URI Parameters
None.
Body Parameters
user| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| cluster_id | integer |
None. |
|
| center_id | integer |
None. |
|
| create_time | date |
None. |
|
| modify_time | date |
None. |
|
| modify_by | integer |
None. |
|
| record_status_id | signed byte |
None. |
|
| title | string |
None. |
|
| username | string |
None. |
|
| password | string |
None. |
|
| hash_code | string |
None. |
|
| user_type_id | integer |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"cluster_id": 2,
"center_id": 3,
"create_time": "2025-11-05T02:35:39.6001015+07:00",
"modify_time": "2025-11-05T02:35:39.6001015+07:00",
"modify_by": 6,
"record_status_id": 64,
"title": "sample string 8",
"username": "sample string 9",
"password": "sample string 10",
"hash_code": "sample string 11",
"user_type_id": 12,
"email": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
user| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| cluster_id | integer |
None. |
|
| center_id | integer |
None. |
|
| create_time | date |
None. |
|
| modify_time | date |
None. |
|
| modify_by | integer |
None. |
|
| record_status_id | signed byte |
None. |
|
| title | string |
None. |
|
| username | string |
None. |
|
| password | string |
None. |
|
| hash_code | string |
None. |
|
| user_type_id | integer |
None. |
|
| string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"cluster_id": 2,
"center_id": 3,
"create_time": "2025-11-05T02:35:39.6626311+07:00",
"modify_time": "2025-11-05T02:35:39.6626311+07:00",
"modify_by": 6,
"record_status_id": 64,
"title": "sample string 8",
"username": "sample string 9",
"password": "sample string 10",
"hash_code": "sample string 11",
"user_type_id": 12,
"email": "sample string 13"
}