서브계정 목록 조회
- 인쇄
- PDF
서브계정 목록 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
서브계정 목록을 조회합니다.
API
- GET /sub-accounts
요청
Parameters
파라미터 | 필수여부 | 타입 | 제약사항 | 설명 |
---|---|---|---|---|
searchColumn | N | String | loginId, name, subAccountNo | - 검색 컬럼 - loginId, name, subAccountNo |
searchWord | N | String | 검색어 | |
page | N | int | - 페이지 번호 - 기본값: 0 | |
size | N | int | - 결과 목록 크기 - 기본값: 10 |
응답
{
"hasNext": "boolean",
"hasPrevious": "boolean",
"isFirst": "boolean",
"isLast": "boolean",
"items": [
{
"active": "boolean",
"canAPIGatewayAccess": "boolean",
"canConsoleAccess": "boolean",
"consolePermitIps": [
"string"
],
"createTime": "string",
"email": "string",
"lastLoginTime": "string",
"loginId": "string",
"memo": "string",
"modifiedTime": "string",
"name": "string",
"needPasswordReset": "boolean",
"subAccountNo": "integer",
"subAccountId": "string",
"useConsolePermitIp": "boolean",
"useApiAllowSource": "boolean",
"apiAllowSources": [
{
"type": "string",
"source": "string"
}
],
"nrn": "string"
],
"page": "integer",
"totalItems": "integer",
"totalPages": "integer"
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
hasNext | boolean | 다음 페이지 존재 여부 | |
hasPrevious | boolean | 이전 페이지 존재 여부 | |
isFirst | boolean | 첫 번째 페이지 여부 | |
isLast | boolean | 마지막 페이지 여부 | |
items | array | ||
items.active | boolean | Sub Account 상태 (true: 활성, false: 비활성) | |
items.canAPIGatewayAccess | boolean | - API Gateway Access - Access Key를 생성하여 해당 키로 API Gateway에 등록된 API 사용 가능 | |
items.canConsoleAccess | boolean | - Console Access - 서브 계정이 관리 콘솔에 접근할 수 있도록 설정 | |
items.consolePermitIps | array | 콘솔 접근 가능한 IP 대역 목록 | |
items.createTime | string | 생성 일시 2019-08-10T13:21:00Z | |
items.email | string | 이메일 | |
items.lastLoginTime | string | 최종 접속 일시 2019-08-10T13:21:00Z | |
items.loginId | string | 로그인 아이디 | |
items.memo | string | 메모 (max: 100 bytes) | |
items.modifiedTime | string | 최종 수정 일시 2019-08-10T13:21:00Z | |
items.name | string | 이름 | |
items.needPasswordReset | boolean | - 비밀번호 재설정 필요 여부 - 생성된 생성된 서브계정으로 로그인 시 새로운 비밀번호로 변경하도록 안내 | |
items.subAccountNo | integer | 서브계정 No | 검색 시 일치하는 것만 조회 |
items.subAccountId | string | 서브 계정 아이디 | |
items.useConsolePermitIp | boolean | 콘솔 접근 시 IP 대역 제한을 사용하는지 여부 | |
items.useApiAllowSource | boolean | API 이용 시 접근 제한을 사용 가능 | |
items.apiAllowSources | array | API 접근 가능한 목록 | |
items.apiAllowSources[].type | string | 접근 가능 소스의 타입 (IP, VPC, VPC_SERVER) | |
items.apiAllowSources[].source | string | 접근 가능 소스 정보 (IP, InstanceNo) | |
items.nrn | string | subAccount nrn | |
page | integer | page 번호 | |
totalItems | integer | 전체 item 건 수 | |
totalPages | integer | 전체 page 건 수 |
이 문서가 도움이 되었습니까?