Duplicate check for sub account's login ID
- Print
- PDF
Duplicate check for sub account's login ID
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
API
- GET /join/check-login-id
Request
Parameters
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
loginId | Y | String | loginId |
Response
- Response
Parameter | Required | Type | Description |
---|---|---|---|
ProcessResult | Y | ProcessResult | Result of processing |
- Response Example - Success
{
"success": true
}
- Response Example - ID Duplication
{
"success": false,
"message": "Duplicate ID. Please enter a different ID."
}
Was this article helpful?