Tenant 생성
    • PDF

    Tenant 생성

    • PDF

    Article Summary

    Tenant를 생성합니다.

    요청

    • POST /tenant

    응답

    응답 바디

    {
      "tenantId" : "string",
      "tenantAlias" : "string",
      "mbrLoginAllow" : "string",
      "protocols" : [ "string" ],
      "applicationTypeSupported" : [ "string" ],
      "oauth2" : {
        "grantTypeSupported" : [ "string" ],
        "responseTypeSupported" : [ "string" ],
        "scopeSupported" : [ "string" ],
        "clientAuthMethodSupported" : [ "string" ],
        "accessTypeSupported" : [ "string" ]
      },
      "createdAt" : "string"
    }
    
    파라미터타입설명제약사항
    tenantIdStringTenant id
    tenantAliasStringTenant Alias
    mbrLoginAllowString메인 계정으로 로그인
    protocolsArrayprotocol list
    applicationTypeSupportedArray지원 가능한 Application Type
    createdAtStringTenant 생성 일시 (UTC, 예: 2023-04-25T13:11:50Z)
    oauth2.grantTypeSupportedArray[Oauth2] 지원하는 Grant Type
    oauth2.responseTypeSupportedArray[Oauth2] 지원하는 Response Type
    oauth2.scopeSupportedArray[Oauth2] 지원하는 Scope
    oauth2.clientAuthMethodSupportedArray[Oauth2] 지원하는 ClientAuthMethod
    oauth2.accessTypeSupportedArray[Oauth2] 지원하는 Access Type

    에러

    아래 에러 코드는 이 액션(Action)에서 특징적으로 발생하는 에러입니다. 에러 응답 형식은 ErrorResponse를 참조해 주십시오.
    공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해 주십시오.

    HTTP status code에러 코드에러 메시지
    400400잘못된 요청입니다.

    이 문서가 도움이 되었습니까?

    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.