Move Account Group
    • PDF

    Move Account Group

    • PDF

    Article summary

    Overview

    Move the selected account group to another account group.

    API URL

    "https://organization.apigw.ntruss.com/open-api/v1/group/move" 
    Method: POST
    

    Requests

    Headers

    Go to the creation guide of the NAVER Cloud Platform authentication key and signature

    Header nameDescriptionRemarks
    x-ncp-apigw-timestampThis is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC. If the time difference compared to the APIGW server is more than 5 minutes, the request is considered invalid.Ncloud common
    x-ncp-iam-access-keyThis is the Access Key ID value issued by NAVER Cloud Platform portal.Ncloud common
    x-ncp-apigw-signature-v2This is the signature encrypted with Access Key ID value and Secret Key.Ncloud common

    Request Body

    [
      {
        "organizationGroupNo": 322,
        "upperOrganizationGroupNo": 321,
        "groupYn": "Y",
        "wholePath": "320/321/322",
        "memberNo": 322
      }
    ]
    
    ItemRequirement statusTypeDescription
    organizationGroupNotrueintegerOrganization Group number
    upperOrganizationGroupNotrueintegerUpper Organization Group number
    memberNotrueintegerMember number
    groupYntruestringGroup Y/N
    wholePathtruestringAccount group path

    Response

    Response Body

    [
      {
        "displayName": "NewGroup01",
        "organizationGroupNo": 320,
        "organizationGroupName": "NewGroup01",
        "memberNo": 5001534,
        "memberName": "MasterAccount",
        "loginId": "o***t01@n***p.com",
        "memberStatusCode": "JOIN",
        "memberStatusName": "Master",
        "wholePath": "320",
        "policyNo": 366,
        "policyName": "Organization_Default_Policy",
        "groupYn": "N",
        "masterMemberYn": "Y",
        "modYmdt": 1669784967524
      },
      {
        "displayName": "NewGroup02",
        "organizationGroupNo": 321,
        "organizationGroupName": "NewGroup02",
        "upperOrganizationGroupNo": 320,
        "wholePath": "320/321",
        "policyNo": 366,
        "policyName": "Organization_Default_Policy",
        "groupYn": "Y",
        "masterMemberYn": "N",
        "modYmdt": 1669785022509
      },
      {
        "displayName": "NewGroup03",
        "organizationGroupNo": 322,
        "organizationGroupName": "NewGroup03",
        "upperOrganizationGroupNo": 321,
        "wholePath": "320/321/322",
        "policyNo": 366,
        "policyName": "Organization_Default_Policy",
        "groupYn": "Y",
        "masterMemberYn": "N",
        "modYmdt": 1669785119535
      }
    ]
    
    ItemRequirement statusTypeDescription
    organizationGroupNotrueintegerOrganization Group number
    organizationGroupNametruestringOrganization Group name
    upperOrganizationGroupNotrueintegerUpper Organization Group number
    groupYntruestringGroup Y/N
    displayNametruestringOrganization Group name
    memberNotrueintegerMember number
    memberNametruestringMember name
    memberStatusCodetruestringMember status code
    memberStatusNametruestringMember status code name
    masterMemberYntruestringMember master account Y/N
    loginIdtruestringMember Login ID
    wholePathtruestringAccount group path
    policyNotrueintegerPolicy number
    policyNametruestringPolicy name
    modYmdttruestringModification date
    leaveReqYmdttruestringDate of withdrawal request

    Response Error

    See the Organization error code section of the Organization overview.


    Was this article helpful?

    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.