1.1
1.1
scpcli iam-identity-center group show
--group_id <value>
--instance_id <value>
Description
show a specific group
State ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| description | Group Description | Group for administrators |
| instance_id | Instance ID | ssoins-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Group Name | Admin_Group |
| user_count | Number of Users in the group | 1 |
| users | List of Users in the Group | [{‘id’: ‘6fdd2a6d-6f4f-4157-8259-5d55e7dd1269’, ’name’: ‘John Doe’, ‘user_id’: ‘johndoe’}] |