GET app_forgotusername?forgot_username={forgot_username}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| forgot_username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelForgotUsername| Name | Description | Type | Additional information |
|---|---|---|---|
| forgot_username | Collection of ForgotUsername |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"forgot_username": [
{
"id": "sample string 1"
},
{
"id": "sample string 1"
}
]
}