User
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the User. |
userName | String | true | Name of the User. |
JSON representation
{ "id": 1, "userName": "Tesipro" }
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the User. |
userName | String | true | Name of the User. |
{ "id": 1, "userName": "Tesipro" }