GET ev/users/pin/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UserChangePinModel| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
None. |
|
| username | string |
None. |
|
| pin | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"userId": 1,
"username": "sample string 2",
"pin": "sample string 3"
}