User login ID validation
    • PDF

    User login ID validation

    • PDF

    Article Summary

    Validate the user login ID through pattern and redundancy checks.

    Requests

    • GET /users/check-login-id

    Request parameters

    ParameterRequiredTypeRestrictionsDescription
    loginIdNStringLogin ID to be checked

    Responses

    Response bodies

    {
      "name": "String",
      "success": "boolean",
      "message": "String"
    }
    
    ParameterTypeDescriptionRestrictions
    nameStringLogin ID
    successBooleanSuccess status
    messageArrayError 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 codeError codeError message
    400Invalid request

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.