Modify tenant
- Print
- PDF
Modify tenant
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It modifies tenants.
Requests
- PUT /tenant
Request body
{
"tenantAlias": "string",
"mbrLoginAllow": "string"
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
tenantAlias | Y | String | Tenant alias | |
mbrLoginAllow | N | String | Log in with the main account | UNUSED, ALLOW, DENY |
Response
Response bodies
{
"success": "boolean"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
success | Boolean | Success status |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see the NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request. |
Was this article helpful?