Get entity assigned to role
- Print
- PDF
Get entity assigned to role
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get the entity (account) assigned to a role.
API
- GET /roles/ {roleNo}/entities/account
Request
Path Variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
roleNo | Y | String | - | Role No |
Response
{
"isMyAccount": boolean,
"accountName": string,
"loginId": string
}
Category | Type | Description | Remarks |
---|---|---|---|
isMyAccount | boolean | Whether it is your own account | |
accountName | string | Account name | |
loginId | string | Login ID |
Error
The following error codes are characteristic of this action. For error response format, see ErrorResponse. For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
401 | 30 | Invalid roleNo |
Was this article helpful?