View User ID
- Print
- PDF
View User ID
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Views SubAccountId using SubAccountNo.
It is an API that is used to view the SubAccountId that responds to the Legacy, the SubAccountNo value, and may not be supported in the future.
API
- GET /sub-accounts-with-no
Request
Parameters
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
subAccountNo | Y | array | SubAccountNo |
Response
{
"idNoMap": [
{
"subAccountNo": 0,
"idNo": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
idNoMap | object | ||
idNoMap.subAccountNo | number | SubAccountNo | |
idNoMap.idNo | string | SubAccountId |
Errors
Errors that specifically occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see the NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
401 | 30 | Nonexistent account |
Was this article helpful?