Move Account Group
- Print
- PDF
Move Account Group
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 name | Description | Remarks |
---|---|---|
x-ncp-apigw-timestamp | This 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-key | This is the Access Key ID value issued by NAVER Cloud Platform portal. | Ncloud common |
x-ncp-apigw-signature-v2 | This 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
}
]
Item | Requirement status | Type | Description |
---|---|---|---|
organizationGroupNo | true | integer | Organization Group number |
upperOrganizationGroupNo | true | integer | Upper Organization Group number |
memberNo | true | integer | Member number |
groupYn | true | string | Group Y/N |
wholePath | true | string | Account 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
}
]
Item | Requirement status | Type | Description |
---|---|---|---|
organizationGroupNo | true | integer | Organization Group number |
organizationGroupName | true | string | Organization Group name |
upperOrganizationGroupNo | true | integer | Upper Organization Group number |
groupYn | true | string | Group Y/N |
displayName | true | string | Organization Group name |
memberNo | true | integer | Member number |
memberName | true | string | Member name |
memberStatusCode | true | string | Member status code |
memberStatusName | true | string | Member status code name |
masterMemberYn | true | string | Member master account Y/N |
loginId | true | string | Member Login ID |
wholePath | true | string | Account group path |
policyNo | true | integer | Policy number |
policyName | true | string | Policy name |
modYmdt | true | string | Modification date |
leaveReqYmdt | true | string | Date of withdrawal request |
Response Error
See the Organization error code section of the Organization overview.
Was this article helpful?