This endpoint allows a client to be created in DDS system.
| Protocol | Endpoint |
|---|---|
| POST | api/user/register |
| Parameter | Data Type | Parameter | Description |
|---|---|---|---|
| UserName | String | Body | Username associated with Client. Maximum characters allowed is 15. Username must be unique. |
| Password | String | Body | Password associated with Client. Maximum characters allowed is 15. |
| DisplayName | String | Body | Name to be displayed for Client. Maximum characters allowed is 50. |
| Field | Description |
|---|---|
| ResponseCode | Code associated to one type of Response |
| ResponseMessage | Message associated to one type of Response |