1.1
1.1
scpcli iam-identity-center group list
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--excluded_user_uuid <value>]
[--excluded_account_id <value>]
Description
get groups list
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| instance_id required | string | 인스턴스 ID | ssoins-12345 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | 그룹 이름 | Admin_Group |
| excluded_user_uuid optional | string | 사용자 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| excluded_account_id optional | string | Account ID | 1234ab567cd64769e8f9g490hi304891 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 그룹 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 명 | John Doe |
| description | 그룹 설명 | Group for administrators |
| instance_id | 인스턴스 ID | ssoins-12345 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 명 | Smith |
| name | 그룹 이름 | Admin_Group |
| user_count | 그룹에 속한 사용자 수 | 1 |
| users | 그룹에 속한 사용자 목록 | [{‘id’: ‘6fdd2a6d-6f4f-4157-8259-5d55e7dd1269’, ’name’: ‘John Doe’, ‘user_id’: ‘johndoe’}] |