Group 생성
    • PDF

    Group 생성

    • PDF

    Article Summary

    Group을 생성합니다.

    요청

    • POST /groups

    요청 바디

    {
      "name": "string",
      "description": "string",
    }
    
    파라미터필수 여부타입설명제약사항
    nameYString그룹 이름영어 대, 소문자, 숫자, -_ 사용 가능, 영어나 숫자로 시작 (최소 2 bytes, 최대 30 bytes)
    descriptionNString그룹 설명최대 300 bytes

    응답

    응답 바디

    {
        "groupId":"String",
        "groupName":"String",
        "nrn":"String",
        "createdAt":"String",
        "updatedAt":"String",
        "description":"String"
    }
    
    파라미터타입설명제약사항
    groupIdString그룹 아이디 (UUID)
    groupNameString그룹 이름
    nrnString그룹 nrn
    descriptionString그룹 설명
    createdAtString생성 일시 (UTC, ex. 2023-04-25T13:11:50Z)
    updatedAtString수정 일시 (UTC, ex. 2023-04-25T13:11:50Z)

    에러

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

    HTTP status code에러 코드에러 메시지
    400400잘못된 요청
    4009060그룹 이름이 이미 존재함

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

    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.