Create Account Group
- Print
- PDF
Create Account Group
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Create a new account group.
API URL
"https://organization.apigw.ntruss.com/open-api/v1/group"
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
{
"organizationGroupName": "NewGroup02",
"upperOrganizationGroupNo": 320
}
Item | Requirement status | Type | Description |
---|---|---|---|
organizationGroupName | true | string | Organization Group name |
upperOrganizationGroupNoo | true | integer | Upper Organization Group number |
Response
Response Body
{
"organizationGroupNo": 322,
"organizationGroupName": "NewGroup02",
"upperOrganizationGroupNo": 320,
"wholePath": "320/322",
"wholePathName": "ORGMaster01>NewGroup02"
}
Item | Requirement status | Type | Description |
---|---|---|---|
organizationGroupNo | true | integer | Organization Group number |
organizationGroupName | true | string | Organization Group name |
upperOrganizationGroupNo | true | integer | Upper Organization Group number |
wholePath | true | string | Account group path (by group number) |
wholePathName | true | string | Account group path (by group name) |
Response Error
See the Organization error code section of the Organization overview.
Was this article helpful?