Set access page
- Print
- PDF
Set access page
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Set an alias for the access page for sub accounts.
API
- PUT /login-alias
Request
Body
{
"loginAlias": "string"
}
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
loginAlias | Y | string | Access page URL |
Response
Parameter name | Required | Type | Description |
---|---|---|---|
ProcessResult | Y | ProcessResult | Processing result |
- Response example - Success
{
"success": true
}
Error
Errors that may occur while using this action are listed below. For error response format, please see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid input value format |
400 | 9010 | Invalid URL format Enter 3 to 20 characters in lowercase English letters and numbers |
400 | 9011 | Name already in use |
Was this article helpful?