User login ID validation
- Print
- PDF
User login ID validation
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Validate the user login ID through pattern and redundancy checks.
Requests
- GET /users/check-login-id
Request parameters
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
loginId | N | String | Login ID to be checked |
Responses
Response bodies
{
"name": "String",
"success": "boolean",
"message": "String"
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
name | String | Login ID | |
success | Boolean | Success status | |
message | Array | Error message indicating a failure |
Errors
Errors that may occur while using this action are listed below. For error response format, see Error Response.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | Invalid request |
Was this article helpful?