View Account List
- Print
- PDF
View Account List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
You can view the list of accounts by account group.
API URL
"https://organization.apigw.ntruss.com/open-api/v1/account/group/{organizationGroupNo}"
Method: GET
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 |
Query Variables
Item | Requirement status | Type | Description |
---|---|---|---|
organizationGroupNo | true | integer | Organization Group number |
Response
Response Body
[
{
"memberNo": 5001533,
"organizationNo": 167,
"organizationGroupNo": 320,
"masterMemberNo": 5001534,
"masterMemberYn": "N",
"loginId": "o***m01@na***rp.com",
"memberName": "MemberAccount01",
"memberStatusCode": "INVT",
"memberStatusName": "Inviting",
},
{
"memberNo": 5001534,
"organizationNo": 167,
"organizationGroupNo": 320,
"masterMemberNo": 5001534,
"masterMemberYn": "N",
"loginId": "o***m02@na***rp.com",
"memberName": "MemberAccount02",
"memberStatusCode": "JOIN",
"memberStatusName": "Sign-up complete",
}
]
Item | Requirement status | Type | Description |
---|---|---|---|
memberNo | true | integer | Member number |
organizationNo | true | integer | Organization number |
organizationGroupNo | true | integer | Organization Group number |
masterMemberNo | true | integer | Master Member number |
masterMemberYn | true | string | Master Member Y/N |
loginId | true | string | Member login ID |
memberName | true | string | Member name |
memberStatusCode | true | string | Member status code |
memberStatusName | true | string | Member status code name |
Response Error
See the Organization error code section of the Organization overview.
Was this article helpful?