Viewing account list
- Print
- PDF
Viewing account list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can view the list of accounts.
Requests
- GET /assignments/accounts
Request parameters
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
searchColumn | N | String | accountName | - Search column accountName |
searchWord | N | String | Search keyword | |
page | N | int | - Page number Default: 0 | |
size | N | int | - Number of results Default: 20 |
Responses
Response bodies
{
"page": "integer",
"totalPages": "integer",
"totalItems": "integer",
"hasPrevious": "boolean",
"hasNext": "boolean",
"items": [
{
"accountMbrNo": "String",
"accountName": "String",
"accountAlias": "String",
"accountGroup": "String",
"accountType": "String",
"accountLoginId": "String"
}
],
"isFirst": "boolean",
"isLast": "boolean"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
page | Number | Page of the returned result (required) | |
totalPages | Number | totalPage of the returned result (required) | |
totalItems | Number | totalItems of the returned result (required) | |
hasPrevious | Boolean | Whether the current page has a previous page (required) | |
hasNext | Boolean | Whether the current page has a next page (required) | |
isFirst | Boolean | Whether the current page is the first page (required) | |
isLast | Boolean | Whether the current page is the last page (required) | |
items.[].accountMbrNo | Number | Account number | |
items.[].accountName | String | Account name | |
items.[].accountAlias | String | Account alias | |
items.[].accountGroup | String | Account group | |
items.[].accountType | String | Account type | Master, Member |
items.[].accountLoginId | String | Account login ID |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | Invalid request |
Was this article helpful?