Get Client Registration Details
GET /public/v1/users/{id}/details
Path Variables
| Name | Type | Required | Rule | Description |
|---|---|---|---|---|
| id | string | Mandatory | length 8 | the unique ID of client |
Expected HTTP status code
- 200
Response
| Name | Type | Description |
|---|---|---|
| [].key | string | System unique key of the field |
| [].type | string | Type of the field |
| [].label | string | Label of the field |
| [].label.[language-code] | string | Label of the field in different languages |
| [].value | string/object/array | Value of the field |
Language Codes
| Code | Language |
|---|---|
en-us | English (United States) |
zh-cn | Chinese (Simplified) |
zh-tw | Chinese (Traditional) |
vi | Vietnamese |
ja | Japanese |
th | Thai |
id | Indonesian |
de | German |
es | Spanish |
Error
| Code | Type | Description |
|---|---|---|
400 | user_not_found | Cannot find user from user_id |