Creating tenant
    • PDF

    Creating tenant

    • PDF

    Article summary

    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"
    }
    
    ParametersTypeDescriptionService limits
    tenantIdStringTenant id
    tenantAliasStringTenant Alias
    mbrLoginAllowStringLog in with the main account
    protocolsArrayprotocol list
    applicationTypeSupportedArraySupported application type
    createdAtStringTenant creation time (UTC, e.g., 2023-04-25T13:11:50Z)
    oauth2.grantTypeSupportedArray[Oauth2] Supported grant type
    oauth2.responseTypeSupportedArray[Oauth2] Supported response type
    oauth2.scopeSupportedArray[Oauth2] Supported scope
    oauth2.clientAuthMethodSupportedArray[Oauth2] Supported ClientAuthMethod
    oauth2.accessTypeSupportedArray[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 codeError codeError message
    400400Invalid 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.