Creating tenant
- Print
- PDF
Creating tenant
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Create a tenant.
Requests
- POST /tenant
Responses
Response bodies
{
"tenantId" : "string",
"tenantAlias" : "string",
"mbrLoginAllow" : "string",
"protocols" : [ "string" ],
"applicationTypeSupported" : [ "string" ],
"oauth2" : {
"grantTypeSupported" : [ "string" ],
"responseTypeSupported" : [ "string" ],
"scopeSupported" : [ "string" ],
"clientAuthMethodSupported" : [ "string" ],
"accessTypeSupported" : [ "string" ]
},
"createdAt" : "string"
}
Parameters | Type | Description | Service limits |
---|---|---|---|
tenantId | String | Tenant id | |
tenantAlias | String | Tenant Alias | |
mbrLoginAllow | String | Log in with the main account | |
protocols | Array | protocol list | |
applicationTypeSupported | Array | Supported application type | |
createdAt | String | Tenant creation time (UTC, e.g., 2023-04-25T13:11:50Z) | |
oauth2.grantTypeSupported | Array | [Oauth2] Supported grant type | |
oauth2.responseTypeSupported | Array | [Oauth2] Supported response type | |
oauth2.scopeSupported | Array | [Oauth2] Supported scope | |
oauth2.clientAuthMethodSupported | Array | [Oauth2] Supported ClientAuthMethod | |
oauth2.accessTypeSupported | Array | [Oauth2] Supported access type |
Errors
Errors that specifically occur while using this action are listed below. For the error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request. |
Was this article helpful?