ID Center
Overview
Provides a Command-line Interface (CLI) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of IAM service and how to call CLI.
Version
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Status | Not Before |
|---|
| 1.3 | CURRENT | - |
| 1.2 | SUPPORTED | 20260930 |
| 1.1 | DEPRECATED | 20260531 |
| 1.0 | DEPRECATED | 20260223 |
1 - CLIs
1.1 - CreateAccountAssignment
1.1.1 - 1.3
scpcli iam-identity-center create account assignments
--instance_id <value>
[--accounts <value>]
[--permission_sets <value>]
[--principals <value>]
Description
set a specific account Assignment
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
accounts optional | array | | '{"target_account_email": "target_account@example.com", "target_account_id": "3265ab469f0d406d83073da3e11e7a6c", "target_account_name": "target_account@example.com"}' |
permission_sets optional | array | | '{"custom_policies": [], "inline_policies": [], "managed_policies": [], "permission_set_id": "e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1", "permission_set_name": "Permission Set", "permission_set_srn": "srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId}", "session_duration": 3600}' |
principals optional | array | | '{"principal_id": "138c2fc8c29a449dbfa8681f8f1d78e2", "principal_type": "USER"}' |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| permission_set_id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| principal_id | Principal ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| principal_type | Principal Type | USER |
| target_account_id | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
1.1.2 - 1.2
scpcli iam-identity-center create account assignments
--instance_id <value>
[--accounts <value>]
[--permission_sets <value>]
[--principals <value>]
Description
set a specific account Assignment
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
accounts optional | array | | '{"target_account_email": "target_account@example.com", "target_account_id": "3265ab469f0d406d83073da3e11e7a6c", "target_account_name": "target_account@example.com"}' |
permission_sets optional | array | | '{"custom_policies": [], "inline_policies": [], "managed_policies": [], "permission_set_id": "e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1", "permission_set_name": "Permission Set", "permission_set_srn": "srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId}", "session_duration": 3600}' |
principals optional | array | | '{"principal_id": "138c2fc8c29a449dbfa8681f8f1d78e2", "principal_type": "USER"}' |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| permission_set_id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| principal_id | Principal ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| principal_type | Principal Type | USER |
| target_account_id | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
1.1.3 - 1.1
scpcli iam-identity-center create account assignments
--instance_id <value>
[--accounts <value>]
[--permission_sets <value>]
[--principals <value>]
Description
set a specific account Assignment
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
accounts optional | array | | '{"target_account_email": "target_account@example.com", "target_account_id": "3265ab469f0d406d83073da3e11e7a6c", "target_account_name": "target_account@example.com"}' |
permission_sets optional | array | | '{"customer_policies": [], "inline_policies": [], "managed_policies": [], "permission_set_id": "e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1", "permission_set_name": "Permission Set", "permission_set_srn": "srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId}", "session_duration": 3600}' |
principals optional | array | | '{"principal_id": "138c2fc8c29a449dbfa8681f8f1d78e2", "principal_type": "USER"}' |
Responses
| Name | Description | Example |
|---|
| account_assignment_id | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
| permission_set_id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| principal_id | Principal ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| principal_type | Principal Type | USER |
| role_srn | Permission Set Description | Permissions for administrators |
| target_account_id | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
1.1.4 - 1.0
scpcli iam-identity-center create account assignments
--instance_id <value>
[--accounts <value>]
[--permission_sets <value>]
[--principals <value>]
Description
set a specific account Assignment
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
accounts optional | array | | '{"target_account_email": "target_account@example.com", "target_account_id": "3265ab469f0d406d83073da3e11e7a6c", "target_account_name": "target_account@example.com"}' |
permission_sets optional | array | | '{"customer_policies": [], "inline_policies": [], "managed_policies": [], "permission_set_id": "e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1", "permission_set_name": "Permission Set", "permission_set_srn": "srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId}", "session_duration": 3600}' |
principals optional | array | | '{"principal_id": "138c2fc8c29a449dbfa8681f8f1d78e2", "principal_type": "USER"}' |
Responses
| Name | Description | Example |
|---|
| account_assignment_id | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
| permission_set_id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| principal_id | Principal ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| principal_type | Principal Type | USER |
| role_srn | Permission Set Description | Permissions for administrators |
| target_account_id | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
1.2 - CreateBulkGroupUsers
1.2.1 - 1.3
scpcli iam-identity-center group bulk user add
--group_id <value>
--user_uuids <value>
--instance_id <value>
Description
add multiple users to a specific group
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
user_uuids required | array | List of User IDs | user-12345 |
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’}] |
1.2.2 - 1.2
scpcli iam-identity-center group bulk user add
--group_id <value>
--user_uuids <value>
--instance_id <value>
Description
add multiple users to a specific group
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
user_uuids required | array | List of User IDs | user-12345 |
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’}] |
1.2.3 - 1.1
scpcli iam-identity-center group bulk user add
--group_id <value>
--user_uuids <value>
--instance_id <value>
Description
add multiple users to a specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
user_uuids required | array | List of User IDs | user-12345 |
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’}] |
1.2.4 - 1.0
scpcli iam-identity-center group bulk user add
--group_id <value>
--user_uuids <value>
--instance_id <value>
Description
add multiple users to a specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
user_uuids required | array | List of User IDs | user-12345 |
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’}] |
1.3 - CreateGroup
1.3.1 - 1.3
scpcli iam-identity-center group create
--name <value>
--instance_id <value>
[--description <value>]
[--user_uuids <value>]
Description
create a group
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Group Name | Admin_Group |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Group Description | Group for administrators |
user_uuids optional | array | List of User IDs to be added to the group | 138c2fc8c29a449dbfa8681f8f1d78e2 |
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’}] |
1.3.2 - 1.2
scpcli iam-identity-center group create
--name <value>
--instance_id <value>
[--description <value>]
[--user_uuids <value>]
Description
create a group
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Group Name | Admin_Group |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Group Description | Group for administrators |
user_uuids optional | array | List of User IDs to be added to the group | 138c2fc8c29a449dbfa8681f8f1d78e2 |
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’}] |
1.3.3 - 1.1
scpcli iam-identity-center group create
--name <value>
--instance_id <value>
[--description <value>]
[--user_uuids <value>]
Description
create a group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Group Name | Admin_Group |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Group Description | Group for administrators |
user_uuids optional | array | List of User IDs to be added to the group | 138c2fc8c29a449dbfa8681f8f1d78e2 |
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’}] |
1.3.4 - 1.0
scpcli iam-identity-center group create
--name <value>
--instance_id <value>
[--description <value>]
[--user_uuids <value>]
Description
create a group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Group Name | Admin_Group |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Group Description | Group for administrators |
user_uuids optional | array | List of User IDs to be added to the group | 138c2fc8c29a449dbfa8681f8f1d78e2 |
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’}] |
1.4 - CreateInstance
1.4.1 - 1.3
scpcli iam-identity-center instance create
--name <value>
[--description <value>]
[--identity_store_type <value>]
[--bind_credential <value>]
[--bind_dn <value>]
[--connection_url <value>]
[--rdn_ldap_attribute <value>]
[--user_object_classes <value>]
[--username_ldap_attribute <value>]
[--users_dn <value>]
Description
create a instance
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Instance Name | My Instance |
description optional | string | Instance Description | My Instance Description |
identity_store_type optional | string | Identity Store Type | - |
bind_credential optional | string | Bind Password | password |
bind_dn optional | string | Bind DN | CN=Administrator,CN=Users,DC=test,DC=add |
connection_url optional | string | LDAP Server URL | ldaps://test.subdomain.company.com:123 |
rdn_ldap_attribute optional | string | RDN LDAP Attribute | cn |
user_object_classes optional | string | User Object Classes | person, organizationalPerson, user |
username_ldap_attribute optional | string | Username LDAP Attribute | sAMAccountName |
users_dn optional | string | Users DN | OU=Employees,OU=Accounts,DC=sub,DC=org |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| delegated_account_id | Delegated Account ID | acc-2353 |
| delegated_at | Delegation Date | 2023-10-15 14:30:00 |
| delegated_by | Delegated By | sef2w3c8c29a449dbfa8681f8f1d78e2 |
| description | Instance Description | My Instance Description |
| identity_store_config | Identity Store Config | {‘bind_credential’: ‘password’, ‘bind_dn’: ‘CN=Administrator,CN=Users,DC=test,DC=add’, ‘component_id’: ‘HYIK7LLKQL2MFK2K8Jb1ew’, ‘connection_url’: ’ldaps://test.subdomain.company.com:123’, ‘rdn_ldap_attribute’: ‘cn’, ‘user_object_classes’: ‘person, organizationalPerson, user’, ‘username_ldap_attribute’: ‘sAMAccountName’, ‘users_dn’: ‘OU=Employees,OU=Accounts,DC=sub,DC=org’} |
| identity_store_id | Identity Store ID | d-12345 |
| identity_store_type | Identity Store Type | |
| last_sync_at | Last Sync Date | 2025-08-06 10:30:00 |
| last_sync_status | Last Sync Status | [‘CREATED’, ‘RUNNING’, ‘FINISHED’, ‘FAILED’, ‘NONE’, ‘ABORTED’] |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Instance Name | My Instance |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| sso_start_url | SSO Start URL | https://login.e.samsungsdscloud.com/d-12345 |
| state | State | |
1.4.2 - 1.2
scpcli iam-identity-center instance create
--name <value>
[--description <value>]
[--identity_store_type <value>]
[--bind_credential <value>]
[--bind_dn <value>]
[--connection_url <value>]
[--rdn_ldap_attribute <value>]
[--user_object_classes <value>]
[--username_ldap_attribute <value>]
[--users_dn <value>]
Description
create a instance
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Instance Name | My Instance |
description optional | string | Instance Description | My Instance Description |
identity_store_type optional | string | Identity Store Type | - |
bind_credential optional | string | Bind Password | password |
bind_dn optional | string | Bind DN | CN=Administrator,CN=Users,DC=test,DC=add |
connection_url optional | string | LDAP Server URL | ldaps://test.subdomain.company.com:123 |
rdn_ldap_attribute optional | string | RDN LDAP Attribute | cn |
user_object_classes optional | string | User Object Classes | person, organizationalPerson, user |
username_ldap_attribute optional | string | Username LDAP Attribute | sAMAccountName |
users_dn optional | string | Users DN | OU=Employees,OU=Accounts,DC=sub,DC=org |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| delegated_account_id | Delegated Account ID | acc-2353 |
| delegated_at | Delegation Date | 2023-10-15 14:30:00 |
| delegated_by | Delegated By | sef2w3c8c29a449dbfa8681f8f1d78e2 |
| description | Instance Description | My Instance Description |
| identity_store_config | Identity Store Config | {‘bind_credential’: ‘password’, ‘bind_dn’: ‘CN=Administrator,CN=Users,DC=test,DC=add’, ‘component_id’: ‘HYIK7LLKQL2MFK2K8Jb1ew’, ‘connection_url’: ’ldaps://test.subdomain.company.com:123’, ‘rdn_ldap_attribute’: ‘cn’, ‘user_object_classes’: ‘person, organizationalPerson, user’, ‘username_ldap_attribute’: ‘sAMAccountName’, ‘users_dn’: ‘OU=Employees,OU=Accounts,DC=sub,DC=org’} |
| identity_store_id | Identity Store ID | d-12345 |
| identity_store_type | Identity Store Type | |
| last_sync_at | Last Sync Date | 2025-08-06 10:30:00 |
| last_sync_status | Last Sync Status | [‘CREATED’, ‘RUNNING’, ‘FINISHED’, ‘FAILED’, ‘NONE’, ‘ABORTED’] |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Instance Name | My Instance |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| sso_start_url | SSO Start URL | https://login.e.samsungsdscloud.com/d-12345 |
| state | State | |
1.4.3 - 1.1
scpcli iam-identity-center instance create
--name <value>
[--description <value>]
[--identity_store_type <value>]
[--bind_credential <value>]
[--bind_dn <value>]
[--connection_url <value>]
[--rdn_ldap_attribute <value>]
[--user_object_classes <value>]
[--username_ldap_attribute <value>]
[--users_dn <value>]
Description
create a instance
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Instance Name | My Instance |
description optional | string | Instance Description | My Instance Description |
identity_store_type optional | string | Identity Store Type | - |
bind_credential optional | string | Bind Password | password |
bind_dn optional | string | Bind DN | CN=Administrator,CN=Users,DC=test,DC=add |
connection_url optional | string | LDAP Server URL | ldaps://test.subdomain.company.com:123 |
rdn_ldap_attribute optional | string | RDN LDAP Attribute | cn |
user_object_classes optional | string | User Object Classes | person, organizationalPerson, user |
username_ldap_attribute optional | string | Username LDAP Attribute | sAMAccountName |
users_dn optional | string | Users DN | OU=Employees,OU=Accounts,DC=sub,DC=org |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| delegated_account_id | Delegated Account ID | acc-2353 |
| delegated_at | Delegation Date | 2023-10-15 14:30:00 |
| delegated_by | Delegated By | sef2w3c8c29a449dbfa8681f8f1d78e2 |
| description | Instance Description | My Instance Description |
| identity_store_config | Identity Store Config | {‘bind_credential’: ‘password’, ‘bind_dn’: ‘CN=Administrator,CN=Users,DC=test,DC=add’, ‘component_id’: ‘HYIK7LLKQL2MFK2K8Jb1ew’, ‘connection_url’: ’ldaps://test.subdomain.company.com:123’, ‘rdn_ldap_attribute’: ‘cn’, ‘user_object_classes’: ‘person, organizationalPerson, user’, ‘username_ldap_attribute’: ‘sAMAccountName’, ‘users_dn’: ‘OU=Employees,OU=Accounts,DC=sub,DC=org’} |
| identity_store_id | Identity Store ID | d-12345 |
| identity_store_type | Identity Store Type | |
| last_sync_at | Last Sync Date | 2025-08-06 10:30:00 |
| last_sync_status | Last Sync Status | [‘CREATED’, ‘RUNNING’, ‘FINISHED’, ‘FAILED’, ‘NONE’, ‘ABORTED’] |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Instance Name | My Instance |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| sso_start_url | SSO Start URL | https://login.e.samsungsdscloud.com/d-12345 |
| state | State | |
1.5 - CreatePermissionSet
1.5.1 - 1.3
scpcli iam-identity-center permission set create
--session_duration <value>
--name <value>
--instance_id <value>
[--custom_policies <value>]
[--description <value>]
[--inline_policies <value>]
[--managed_policies <value>]
Description
create a permission set
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
session_duration required | integer | Maximum Session Duration | 3600 |
name required | string | Instance Name | My Instance |
instance_id required | string | Instance ID | ssoins-12345 |
custom_policies optional | array | Customer Managed Policy | - |
description optional | string | Instance Description | My Instance Description |
inline_policies optional | array | Inline Policy | - |
managed_policies optional | array | Managed Policy | '{"description": "description", "id": "37f2e31ff86b415698d7e8eeafab445d", "name": "PolicyName"}' |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| custom_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.5.2 - 1.2
scpcli iam-identity-center permission set create
--session_duration <value>
--name <value>
--instance_id <value>
[--custom_policies <value>]
[--description <value>]
[--inline_policies <value>]
[--managed_policies <value>]
Description
create a permission set
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
session_duration required | integer | Maximum Session Duration | 3600 |
name required | string | Instance Name | My Instance |
instance_id required | string | Instance ID | ssoins-12345 |
custom_policies optional | array | Customer Managed Policy | - |
description optional | string | Instance Description | My Instance Description |
inline_policies optional | array | Inline Policy | - |
managed_policies optional | array | Managed Policy | '{"description": "description", "id": "37f2e31ff86b415698d7e8eeafab445d", "name": "PolicyName"}' |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| custom_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.5.3 - 1.1
scpcli iam-identity-center permission set create
--session_duration <value>
--name <value>
--instance_id <value>
[--customer_policies <value>]
[--description <value>]
[--inline_policies <value>]
[--managed_policies <value>]
Description
create a permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
session_duration required | integer | Maximum Session Duration | 3600 |
name required | string | Instance Name | My Instance |
instance_id required | string | Instance ID | ssoins-12345 |
customer_policies optional | array | Customer Managed Policy | - |
description optional | string | Instance Description | My Instance Description |
inline_policies optional | array | Inline Policy | - |
managed_policies optional | array | Managed Policy | '{"description": "description", "id": "37f2e31ff86b415698d7e8eeafab445d", "name": "PolicyName"}' |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| customer_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.5.4 - 1.0
scpcli iam-identity-center permission set create
--session_duration <value>
--name <value>
--instance_id <value>
[--customer_policies <value>]
[--description <value>]
[--inline_policies <value>]
[--managed_policies <value>]
Description
create a permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
session_duration required | integer | Maximum Session Duration | 3600 |
name required | string | Instance Name | My Instance |
instance_id required | string | Instance ID | ssoins-12345 |
customer_policies optional | array | Customer Managed Policy | - |
description optional | string | Instance Description | My Instance Description |
inline_policies optional | array | Inline Policy | - |
managed_policies optional | array | Managed Policy | '{"description": "description", "id": "37f2e31ff86b415698d7e8eeafab445d", "name": "PolicyName"}' |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| customer_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.6 - CreateUser
1.6.1 - 1.3
scpcli iam-identity-center user create
--user_id <value>
--name <value>
--instance_id <value>
[--business_unit <value>]
[--department <value>]
[--description <value>]
[--email <value>]
[--employee_id <value>]
[--group_ids <value>]
[--manager <value>]
[--nation_id <value>]
[--password <value>]
[--phone_number <value>]
[--temporary_password <value>]
Description
create a user
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User Login ID | johndoe |
name required | string | Real Name | John Doe |
instance_id required | string | Instance ID | ssoins-12345 |
business_unit optional | string | Business Unit | Business Unit A |
department optional | string | Department | Department X |
description optional | string | User Description | Description of John Doe |
email optional | string | User Email | john.doe@example.com |
employee_id optional | string | Employee ID | emp-12345 |
group_ids optional | array | List of Groups the User Belongs To | 39520424-440c-41c0-9b9c-f22b2129f6f9 |
manager optional | string | Manager | Alice Smith |
nation_id optional | string | Nationality ID | +82 |
password optional | string | Password | - |
phone_number optional | string | Phone Number | 010-1234-5678 |
temporary_password optional | boolean | Temporary Password Status | - |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.6.2 - 1.2
scpcli iam-identity-center user create
--user_id <value>
--name <value>
--instance_id <value>
[--business_unit <value>]
[--department <value>]
[--description <value>]
[--email <value>]
[--employee_id <value>]
[--group_ids <value>]
[--manager <value>]
[--nation_id <value>]
[--password <value>]
[--phone_number <value>]
[--temporary_password <value>]
Description
create a user
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User Login ID | johndoe |
name required | string | Real Name | John Doe |
instance_id required | string | Instance ID | ssoins-12345 |
business_unit optional | string | Business Unit | Business Unit A |
department optional | string | Department | Department X |
description optional | string | User Description | Description of John Doe |
email optional | string | User Email | john.doe@example.com |
employee_id optional | string | Employee ID | emp-12345 |
group_ids optional | array | List of Groups the User Belongs To | 39520424-440c-41c0-9b9c-f22b2129f6f9 |
manager optional | string | Manager | Alice Smith |
nation_id optional | string | Nationality ID | +82 |
password optional | string | Password | - |
phone_number optional | string | Phone Number | 010-1234-5678 |
temporary_password optional | boolean | Temporary Password Status | - |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.6.3 - 1.1
scpcli iam-identity-center user create
--user_id <value>
--name <value>
--instance_id <value>
[--business_unit <value>]
[--department <value>]
[--description <value>]
[--email <value>]
[--employee_id <value>]
[--group_ids <value>]
[--manager <value>]
[--nation_id <value>]
[--password <value>]
[--phone_number <value>]
[--temporary_password <value>]
Description
create a user
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User Login ID | johndoe |
name required | string | Real Name | John Doe |
instance_id required | string | Instance ID | ssoins-12345 |
business_unit optional | string | Business Unit | Business Unit A |
department optional | string | Department | Department X |
description optional | string | User Description | Description of John Doe |
email optional | string | User Email | john.doe@example.com |
employee_id optional | string | Employee ID | emp-12345 |
group_ids optional | array | List of Groups the User Belongs To | 39520424-440c-41c0-9b9c-f22b2129f6f9 |
manager optional | string | Manager | Alice Smith |
nation_id optional | string | Nationality ID | +82 |
password optional | string | Password | - |
phone_number optional | string | Phone Number | 010-1234-5678 |
temporary_password optional | boolean | Temporary Password Status | - |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.6.4 - 1.0
scpcli iam-identity-center user create
--user_id <value>
--name <value>
--instance_id <value>
[--business_unit <value>]
[--department <value>]
[--description <value>]
[--email <value>]
[--employee_id <value>]
[--group_ids <value>]
[--manager <value>]
[--nation_id <value>]
[--password <value>]
[--phone_number <value>]
[--temporary_password <value>]
Description
create a user
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User Login ID | johndoe |
name required | string | Real Name | John Doe |
instance_id required | string | Instance ID | ssoins-12345 |
business_unit optional | string | Business Unit | Business Unit A |
department optional | string | Department | Department X |
description optional | string | User Description | Description of John Doe |
email optional | string | User Email | john.doe@example.com |
employee_id optional | string | Employee ID | emp-12345 |
group_ids optional | array | List of Groups the User Belongs To | 39520424-440c-41c0-9b9c-f22b2129f6f9 |
manager optional | string | Manager | Alice Smith |
nation_id optional | string | Nationality ID | +82 |
password optional | string | Password | - |
phone_number optional | string | Phone Number | 010-1234-5678 |
temporary_password optional | boolean | Temporary Password Status | - |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.7 - DeleteAccountAssignment
1.7.1 - 1.3
scpcli iam-identity-center account delete
--account_assignment_id <value>
--target_account_id <value>
--instance_id <value>
[--only_user_removed <value>]
Description
delete a specific account Assignment
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
account_assignment_id required | string | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
only_user_removed optional | boolean | Exclude Directly Applied Only | - |
1.7.2 - 1.2
scpcli iam-identity-center account delete
--account_assignment_id <value>
--target_account_id <value>
--instance_id <value>
[--only_user_removed <value>]
Description
delete a specific account Assignment
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
account_assignment_id required | string | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
only_user_removed optional | boolean | Exclude Directly Applied Only | - |
1.7.3 - 1.1
scpcli iam-identity-center account delete
--account_assignment_id <value>
--target_account_id <value>
--instance_id <value>
[--only_user_removed <value>]
Description
delete a specific account Assignment
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
account_assignment_id required | string | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
only_user_removed optional | boolean | Exclude Directly Applied Only | - |
1.7.4 - 1.0
scpcli iam-identity-center account delete
--account_assignment_id <value>
--target_account_id <value>
--instance_id <value>
[--only_user_removed <value>]
Description
delete a specific account Assignment
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
account_assignment_id required | string | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
only_user_removed optional | boolean | Exclude Directly Applied Only | - |
1.8 - DeleteBulkAccountAssignment
1.8.1 - 1.3
scpcli iam-identity-center account bulk delete
--target_account_id <value>
--instance_id <value>
[--account_assignment_ids <value>]
[--only_user_removed <value>]
Description
delete multiple account Assignment
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
account_assignment_ids optional | array | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
only_user_removed optional | boolean | Exclude Directly Applied Only | - |
1.8.2 - 1.2
scpcli iam-identity-center account bulk delete
--target_account_id <value>
--instance_id <value>
[--account_assignment_ids <value>]
[--only_user_removed <value>]
Description
delete multiple account Assignment
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
account_assignment_ids optional | array | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
only_user_removed optional | boolean | Exclude Directly Applied Only | - |
1.8.3 - 1.1
scpcli iam-identity-center account bulk delete
--target_account_id <value>
--instance_id <value>
[--account_assignment_ids <value>]
[--only_user_removed <value>]
Description
delete multiple account Assignment
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
account_assignment_ids optional | array | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
only_user_removed optional | boolean | Exclude Directly Applied Only | - |
1.8.4 - 1.0
scpcli iam-identity-center account bulk delete
--target_account_id <value>
--instance_id <value>
[--account_assignment_ids <value>]
[--only_user_removed <value>]
Description
delete multiple account Assignment
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
account_assignment_ids optional | array | Assignment ID | b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 |
only_user_removed optional | boolean | Exclude Directly Applied Only | - |
1.9 - DeleteBulkGroups
1.9.1 - 1.3
scpcli iam-identity-center group bulk delete
--instance_id <value>
--group_ids <value>
Description
delete groups
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
group_ids required | array | List of Group IDs | group-12345 |
1.9.2 - 1.2
scpcli iam-identity-center group bulk delete
--instance_id <value>
--group_ids <value>
Description
delete groups
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
group_ids required | array | List of Group IDs | group-12345 |
1.9.3 - 1.1
scpcli iam-identity-center group bulk delete
--instance_id <value>
--group_ids <value>
Description
delete groups
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
group_ids required | array | List of Group IDs | group-12345 |
1.9.4 - 1.0
scpcli iam-identity-center group bulk delete
--instance_id <value>
--group_ids <value>
Description
delete groups
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
group_ids required | array | List of Group IDs | group-12345 |
1.10 - DeleteBulkGroupUsers
1.10.1 - 1.3
scpcli iam-identity-center group user remove
--group_id <value>
--user_uuids <value>
--instance_id <value>
Description
remove users from the specific group
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
user_uuids required | array | List of User IDs | user-12345 |
instance_id required | string | Instance ID | ssoins-12345 |
1.10.2 - 1.2
scpcli iam-identity-center group user remove
--group_id <value>
--user_uuids <value>
--instance_id <value>
Description
remove users from the specific group
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
user_uuids required | array | List of User IDs | user-12345 |
instance_id required | string | Instance ID | ssoins-12345 |
1.10.3 - 1.1
scpcli iam-identity-center group user remove
--group_id <value>
--user_uuids <value>
--instance_id <value>
Description
remove users from the specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
user_uuids required | array | List of User IDs | user-12345 |
instance_id required | string | Instance ID | ssoins-12345 |
1.10.4 - 1.0
scpcli iam-identity-center group user remove
--group_id <value>
--user_uuids <value>
--instance_id <value>
Description
remove users from the specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
user_uuids required | array | List of User IDs | user-12345 |
instance_id required | string | Instance ID | ssoins-12345 |
1.11 - DeleteBulkUsers
1.11.1 - 1.3
scpcli iam-identity-center user bulk delete
--user_uuids <value>
--instance_id <value>
Description
delete bulk users
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
user_uuids required | array | List of User IDs | user-12345 |
instance_id required | string | Instance ID | ssoins-12345 |
1.11.2 - 1.2
scpcli iam-identity-center user bulk delete
--user_uuids <value>
--instance_id <value>
Description
delete bulk users
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuids required | array | List of User IDs | user-12345 |
instance_id required | string | Instance ID | ssoins-12345 |
1.11.3 - 1.1
scpcli iam-identity-center user bulk delete
--user_uuids <value>
--instance_id <value>
Description
delete bulk users
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuids required | array | List of User IDs | user-12345 |
instance_id required | string | Instance ID | ssoins-12345 |
1.11.4 - 1.0
scpcli iam-identity-center user bulk delete
--user_uuids <value>
--instance_id <value>
Description
delete bulk users
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuids required | array | List of User IDs | user-12345 |
instance_id required | string | Instance ID | ssoins-12345 |
1.12 - DeleteGroup
1.12.1 - 1.3
scpcli iam-identity-center group delete
--group_id <value>
--instance_id <value>
Description
delete a specific group
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
1.12.2 - 1.2
scpcli iam-identity-center group delete
--group_id <value>
--instance_id <value>
Description
delete a specific group
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
1.12.3 - 1.1
scpcli iam-identity-center group delete
--group_id <value>
--instance_id <value>
Description
delete a specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
1.12.4 - 1.0
scpcli iam-identity-center group delete
--group_id <value>
--instance_id <value>
Description
delete a specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
1.13 - DeleteInstance
1.13.1 - 1.3
scpcli iam-identity-center instance delete
--instance_id <value>
Description
delete a specific instance
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
1.13.2 - 1.2
scpcli iam-identity-center instance delete
--instance_id <value>
Description
delete a specific instance
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
1.13.3 - 1.1
scpcli iam-identity-center instance delete
--instance_id <value>
Description
delete a specific instance
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
1.13.4 - 1.0
scpcli iam-identity-center instance delete
--instance_id <value>
Description
delete a specific instance
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
1.14 - DeletePermissionSet
1.14.1 - 1.3
scpcli iam-identity-center permission set delete
--permission_set_id <value>
--instance_id <value>
Description
delete a specific permission set
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
1.14.2 - 1.2
scpcli iam-identity-center permission set delete
--permission_set_id <value>
--instance_id <value>
Description
delete a specific permission set
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
1.14.3 - 1.1
scpcli iam-identity-center permission set delete
--permission_set_id <value>
--instance_id <value>
Description
delete a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
1.14.4 - 1.0
scpcli iam-identity-center permission set delete
--permission_set_id <value>
--instance_id <value>
Description
delete a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
1.15 - DeletePermissionSetPolicies
1.15.1 - 1.3
scpcli iam-identity-center permission set delete policies
--permission_set_id <value>
--policy_ids <value>
--instance_id <value>
Description
delete policies to a specific permission set
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
policy_ids required | array | | - |
instance_id required | string | Instance ID | ssoins-12345 |
1.15.2 - 1.2
scpcli iam-identity-center permission set delete policies
--permission_set_id <value>
--policy_ids <value>
--instance_id <value>
Description
delete policies to a specific permission set
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
policy_ids required | array | | - |
instance_id required | string | Instance ID | ssoins-12345 |
1.15.3 - 1.1
scpcli iam-identity-center permission set delete policies
--permission_set_id <value>
--policy_ids <value>
--instance_id <value>
Description
delete policies to a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
policy_ids required | array | | - |
instance_id required | string | Instance ID | ssoins-12345 |
1.15.4 - 1.0
scpcli iam-identity-center permission set delete policies
--permission_set_id <value>
--policy_ids <value>
--instance_id <value>
Description
delete policies to a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
policy_ids required | array | | - |
instance_id required | string | Instance ID | ssoins-12345 |
1.16 - DeleteUser
1.16.1 - 1.3
scpcli iam-identity-center user delete
--user_uuid <value>
--instance_id <value>
Description
delete a specific user
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
1.16.2 - 1.2
scpcli iam-identity-center user delete
--user_uuid <value>
--instance_id <value>
Description
delete a specific user
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
1.16.3 - 1.1
scpcli iam-identity-center user delete
--user_uuid <value>
--instance_id <value>
Description
delete a specific user
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
1.16.4 - 1.0
scpcli iam-identity-center user delete
--user_uuid <value>
--instance_id <value>
Description
delete a specific user
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
1.17 - ListAccountAssignments
1.17.1 - 1.3
scpcli iam-identity-center list account assignment
--target_account_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--target_account_name <value>]
[--target_account_email <value>]
[--permission_set_id <value>]
[--principal_name <value>]
[--role_srn <value>]
Description
get account assignment list
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
target_account_name optional | string | Assigned Account Name | Admin Account |
target_account_email optional | string | Assigned Account Email | target_account@example.com |
permission_set_id optional | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
principal_name optional | string | Principal Name | GROUP0407 |
role_srn optional | string | Role SRN | srn:role:kr-j:1234:role/admin@example.com |
Responses
| Name | Description | Example |
|---|
| instance_id | Instance ID | ssoins-12345 |
| permission_sets | | |
| principal_id | Principal ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| principal_name | Principal Name | GROUP0407 |
| principal_type | Principal Type | USER |
| role_srn | Permission Set Description | Permissions for administrators |
| target_account_email | Assigned Account Email | target_account@example.com |
| target_account_id | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
| target_account_name | Assigned Account Name | Admin Account |
1.17.2 - 1.2
scpcli iam-identity-center list account assignment
--target_account_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--target_account_name <value>]
[--target_account_email <value>]
[--permission_set_id <value>]
[--principal_name <value>]
[--role_srn <value>]
Description
get account assignment list
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
target_account_name optional | string | Assigned Account Name | Admin Account |
target_account_email optional | string | Assigned Account Email | target_account@example.com |
permission_set_id optional | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
principal_name optional | string | Principal Name | GROUP0407 |
role_srn optional | string | Role SRN | srn:role:kr-j:1234:role/admin@example.com |
Responses
| Name | Description | Example |
|---|
| instance_id | Instance ID | ssoins-12345 |
| permission_sets | | |
| principal_id | Principal ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| principal_name | Principal Name | GROUP0407 |
| principal_type | Principal Type | USER |
| role_srn | Permission Set Description | Permissions for administrators |
| target_account_email | Assigned Account Email | target_account@example.com |
| target_account_id | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
| target_account_name | Assigned Account Name | Admin Account |
1.17.3 - 1.1
scpcli iam-identity-center list account assignment
--target_account_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--target_account_name <value>]
[--target_account_email <value>]
[--permission_set_id <value>]
[--principal_name <value>]
[--role_srn <value>]
Description
get account assignment list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
target_account_name optional | string | Assigned Account Name | Admin Account |
target_account_email optional | string | Assigned Account Email | target_account@example.com |
permission_set_id optional | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
principal_name optional | string | Principal Name | GROUP0407 |
role_srn optional | string | Role SRN | srn:role:kr-j:1234:role/admin@example.com |
Responses
| Name | Description | Example |
|---|
| instance_id | Instance ID | ssoins-12345 |
| permission_sets | | |
| principal_id | Principal ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| principal_name | Principal Name | GROUP0407 |
| principal_type | Principal Type | USER |
| role_srn | Permission Set Description | Permissions for administrators |
| target_account_email | Assigned Account Email | target_account@example.com |
| target_account_id | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
| target_account_name | Assigned Account Name | Admin Account |
1.17.4 - 1.0
scpcli iam-identity-center list account assignment
--target_account_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--target_account_name <value>]
[--target_account_email <value>]
[--permission_set_id <value>]
[--principal_name <value>]
[--role_srn <value>]
Description
get account assignment list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
target_account_id required | string | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
target_account_name optional | string | Assigned Account Name | Admin Account |
target_account_email optional | string | Assigned Account Email | target_account@example.com |
permission_set_id optional | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
principal_name optional | string | Principal Name | GROUP0407 |
role_srn optional | string | Role SRN | srn:role:kr-j:1234:role/admin@example.com |
Responses
| Name | Description | Example |
|---|
| instance_id | Instance ID | ssoins-12345 |
| permission_sets | | |
| principal_id | Principal ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| principal_name | Principal Name | GROUP0407 |
| principal_type | Principal Type | USER |
| role_srn | Permission Set Description | Permissions for administrators |
| target_account_email | Assigned Account Email | target_account@example.com |
| target_account_id | Assigned Account ID | 3265ab469f0d406d83073da3e11e7a6c |
| target_account_name | Assigned Account Name | Admin Account |
1.18 - ListGroups
1.18.1 - 1.3
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
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Group Name | Admin_Group |
excluded_user_uuid optional | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
excluded_account_id optional | string | Account ID | 1234ab567cd64769e8f9g490hi304891 |
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’}] |
1.18.2 - 1.2
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
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Group Name | Admin_Group |
excluded_user_uuid optional | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
excluded_account_id optional | string | Account ID | 1234ab567cd64769e8f9g490hi304891 |
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’}] |
1.18.3 - 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
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Group Name | Admin_Group |
excluded_user_uuid optional | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
excluded_account_id optional | string | Account ID | 1234ab567cd64769e8f9g490hi304891 |
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’}] |
1.18.4 - 1.0
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
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Group Name | Admin_Group |
excluded_user_uuid optional | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
excluded_account_id optional | string | Account ID | 1234ab567cd64769e8f9g490hi304891 |
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’}] |
1.19 - ListGroupUsers
1.19.1 - 1.3
scpcli iam-identity-center group users list
--group_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_id <value>]
Description
get group users list
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_id optional | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| group_count | Number of Groups the User Belongs To | 2 |
| groups | List of Groups the User Belongs To | [{‘created_at’: ‘2025-07-03T12:05:11’, ‘created_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ‘id’: ‘39520424-440c-41c0-9b9c-f22b2129f6f9’, ‘modified_at’: ‘2025-07-03T12:05:11’, ‘modified_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ’name’: ‘admin’}, {‘created_at’: ‘2025-07-03T12:05:36’, ‘created_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ‘id’: ‘80c53fe1-4e27-4cce-92be-151cf0f2873e’, ‘modified_at’: ‘2025-07-07T05:16:58’, ‘modified_by’: ‘941e76c4b9424cd9b0ac3a12d5f4335d’, ’name’: ’test-group’}] |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Real Name | John Doe |
| user_id | User Login ID | johndoe |
1.19.2 - 1.2
scpcli iam-identity-center group users list
--group_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_id <value>]
Description
get group users list
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_id optional | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| group_count | Number of Groups the User Belongs To | 2 |
| groups | List of Groups the User Belongs To | [{‘created_at’: ‘2025-07-03T12:05:11’, ‘created_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ‘id’: ‘39520424-440c-41c0-9b9c-f22b2129f6f9’, ‘modified_at’: ‘2025-07-03T12:05:11’, ‘modified_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ’name’: ‘admin’}, {‘created_at’: ‘2025-07-03T12:05:36’, ‘created_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ‘id’: ‘80c53fe1-4e27-4cce-92be-151cf0f2873e’, ‘modified_at’: ‘2025-07-07T05:16:58’, ‘modified_by’: ‘941e76c4b9424cd9b0ac3a12d5f4335d’, ’name’: ’test-group’}] |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Real Name | John Doe |
| user_id | User Login ID | johndoe |
1.19.3 - 1.1
scpcli iam-identity-center group users list
--group_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_id <value>]
Description
get group users list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_id optional | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| group_count | Number of Groups the User Belongs To | 2 |
| groups | List of Groups the User Belongs To | [{‘created_at’: ‘2025-07-03T12:05:11’, ‘created_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ‘id’: ‘39520424-440c-41c0-9b9c-f22b2129f6f9’, ‘modified_at’: ‘2025-07-03T12:05:11’, ‘modified_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ’name’: ‘admin’}, {‘created_at’: ‘2025-07-03T12:05:36’, ‘created_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ‘id’: ‘80c53fe1-4e27-4cce-92be-151cf0f2873e’, ‘modified_at’: ‘2025-07-07T05:16:58’, ‘modified_by’: ‘941e76c4b9424cd9b0ac3a12d5f4335d’, ’name’: ’test-group’}] |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Real Name | John Doe |
| user_id | User Login ID | johndoe |
1.19.4 - 1.0
scpcli iam-identity-center group users list
--group_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_id <value>]
Description
get group users list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_id optional | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| group_count | Number of Groups the User Belongs To | 2 |
| groups | List of Groups the User Belongs To | [{‘created_at’: ‘2025-07-03T12:05:11’, ‘created_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ‘id’: ‘39520424-440c-41c0-9b9c-f22b2129f6f9’, ‘modified_at’: ‘2025-07-03T12:05:11’, ‘modified_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ’name’: ‘admin’}, {‘created_at’: ‘2025-07-03T12:05:36’, ‘created_by’: ‘a8b5d675f25341cea41eb4cd1979aa95’, ‘id’: ‘80c53fe1-4e27-4cce-92be-151cf0f2873e’, ‘modified_at’: ‘2025-07-07T05:16:58’, ‘modified_by’: ‘941e76c4b9424cd9b0ac3a12d5f4335d’, ’name’: ’test-group’}] |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Real Name | John Doe |
| user_id | User Login ID | johndoe |
1.20 - ListInstances
1.20.1 - 1.3
scpcli iam-identity-center instance list
[--size <value>]
[--page <value>]
[--sort <value>]
Description
get instances list
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| state | State | |
1.20.2 - 1.2
scpcli iam-identity-center instance list
[--size <value>]
[--page <value>]
[--sort <value>]
Description
get instances list
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| state | State | |
1.20.3 - 1.1
scpcli iam-identity-center instance list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
get instances list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Instance Name | My Instance |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| state | State | |
1.20.4 - 1.0
scpcli iam-identity-center instance list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
get instances list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Instance Name | My Instance |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| state | State | |
1.21 - ListPermissionSetPolicies
1.21.1 - 1.3
scpcli iam-identity-center permission set get policies
--permission_set_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--category <value>]
[--name <value>]
Description
get policies to a specific permission set
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
category optional | **** | Policy Type | INLINE_POLICY |
name optional | string | | Permission Set |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| category | Policy Type | INLINE_POLICY |
| contents | JSON Document | |
| name | Policy Name | PolicyName |
| permission_set_id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
1.21.2 - 1.2
scpcli iam-identity-center permission set get policies
--permission_set_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--category <value>]
[--name <value>]
Description
get policies to a specific permission set
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
category optional | **** | Policy Type | INLINE_POLICY |
name optional | string | | Permission Set |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| category | Policy Type | INLINE_POLICY |
| contents | JSON Document | |
| name | Policy Name | PolicyName |
| permission_set_id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
1.21.3 - 1.1
scpcli iam-identity-center permission set get policies
--permission_set_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--category <value>]
[--name <value>]
Description
get policies to a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
category optional | **** | Policy Type | INLINE_POLICY |
name optional | string | | Permission Set |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| category | Policy Type | INLINE_POLICY |
| contents | JSON Document | |
| name | Policy Name | PolicyName |
| permission_set_id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
1.21.4 - 1.0
scpcli iam-identity-center permission set get policies
--permission_set_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--category <value>]
[--name <value>]
Description
get policies to a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
category optional | **** | Policy Type | INLINE_POLICY |
name optional | string | | Permission Set |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| category | Policy Type | INLINE_POLICY |
| contents | JSON Document | |
| name | Policy Name | PolicyName |
| permission_set_id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
1.22 - ListPermissionSets
1.22.1 - 1.3
scpcli iam-identity-center permission set list
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
get permission sets list
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Permission Set Name | Permission Set |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| custom_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.22.2 - 1.2
scpcli iam-identity-center permission set list
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
get permission sets list
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Permission Set Name | Permission Set |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| custom_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.22.3 - 1.1
scpcli iam-identity-center permission set list
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
get permission sets list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Permission Set Name | Permission Set |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| description | Permission Set Description | Permissions 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 | |
| name | Permission Set Name | Permission Set |
| state | State | |
1.22.4 - 1.0
scpcli iam-identity-center permission set list
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
Description
get permission sets list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Permission Set Name | Permission Set |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| description | Permission Set Description | Permissions 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 | |
| name | Permission Set Name | Permission Set |
| state | State | |
1.23 - ListUsers
1.23.1 - 1.3
scpcli iam-identity-center user list
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_id <value>]
[--excluded_group_id <value>]
[--excluded_account_id <value>]
Description
get users list
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_id optional | string | User Login ID | johndoe |
excluded_group_id optional | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
excluded_account_id optional | string | Account ID | 1234ab567cd64769e8f9g490hi304891 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| name | Real Name | John Doe |
| user_id | User Login ID | johndoe |
1.23.2 - 1.2
scpcli iam-identity-center user list
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_id <value>]
[--excluded_group_id <value>]
[--excluded_account_id <value>]
Description
get users list
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_id optional | string | User Login ID | johndoe |
excluded_group_id optional | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
excluded_account_id optional | string | Account ID | 1234ab567cd64769e8f9g490hi304891 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| name | Real Name | John Doe |
| user_id | User Login ID | johndoe |
1.23.3 - 1.1
scpcli iam-identity-center user list
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_id <value>]
[--excluded_group_id <value>]
[--excluded_account_id <value>]
Description
get users list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_id optional | string | User Login ID | johndoe |
excluded_group_id optional | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
excluded_account_id optional | string | Account ID | 1234ab567cd64769e8f9g490hi304891 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| name | Real Name | John Doe |
| user_id | User Login ID | johndoe |
1.23.4 - 1.0
scpcli iam-identity-center user list
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_id <value>]
[--excluded_group_id <value>]
[--excluded_account_id <value>]
Description
get users list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_id optional | string | User Login ID | johndoe |
excluded_group_id optional | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
excluded_account_id optional | string | Account ID | 1234ab567cd64769e8f9g490hi304891 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| name | Real Name | John Doe |
| user_id | User Login ID | johndoe |
1.24 - SetGroup
1.24.1 - 1.3
scpcli iam-identity-center group set
--group_id <value>
--instance_id <value>
[--description <value>]
[--name <value>]
Description
set a specific group
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Group Description | Group for administrators |
name optional | string | Group Name | Admin_Group |
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 |
1.24.2 - 1.2
scpcli iam-identity-center group set
--group_id <value>
--instance_id <value>
[--description <value>]
[--name <value>]
Description
set a specific group
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Group Description | Group for administrators |
name optional | string | Group Name | Admin_Group |
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 |
1.24.3 - 1.1
scpcli iam-identity-center group set
--group_id <value>
--instance_id <value>
[--description <value>]
[--name <value>]
Description
set a specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Group Description | Group for administrators |
name optional | string | Group Name | Admin_Group |
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 |
1.24.4 - 1.0
scpcli iam-identity-center group set
--group_id <value>
--instance_id <value>
[--description <value>]
[--name <value>]
Description
set a specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Group Description | Group for administrators |
name optional | string | Group Name | Admin_Group |
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 |
1.25 - SetPermissionSet
1.25.1 - 1.3
scpcli iam-identity-center permission set set
--permission_set_id <value>
--instance_id <value>
[--description <value>]
[--session_duration <value>]
Description
set a specific permission set
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Instance Description | My Instance Description |
session_duration optional | integer | Maximum Session Duration | 3600 |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| custom_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.25.2 - 1.2
scpcli iam-identity-center permission set set
--permission_set_id <value>
--instance_id <value>
[--description <value>]
[--session_duration <value>]
Description
set a specific permission set
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Instance Description | My Instance Description |
session_duration optional | integer | Maximum Session Duration | 3600 |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| custom_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.25.3 - 1.1
scpcli iam-identity-center permission set set
--permission_set_id <value>
--instance_id <value>
[--description <value>]
[--session_duration <value>]
Description
set a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Instance Description | My Instance Description |
session_duration optional | integer | Maximum Session Duration | 3600 |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| customer_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.25.4 - 1.0
scpcli iam-identity-center permission set set
--permission_set_id <value>
--instance_id <value>
[--description <value>]
[--session_duration <value>]
Description
set a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
description optional | string | Instance Description | My Instance Description |
session_duration optional | integer | Maximum Session Duration | 3600 |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| customer_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.26 - SetPermissionSetPolicies
1.26.1 - 1.3
scpcli iam-identity-center permission set set policies
--permission_set_id <value>
--instance_id <value>
[--custom_policies <value>]
[--inline_policies <value>]
[--managed_policies <value>]
Description
set policies to a specific permission set
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
custom_policies optional | array | Customer Managed Policy | - |
inline_policies optional | array | Inline Policy | - |
managed_policies optional | array | Managed Policy | - |
1.26.2 - 1.2
scpcli iam-identity-center permission set set policies
--permission_set_id <value>
--instance_id <value>
[--custom_policies <value>]
[--inline_policies <value>]
[--managed_policies <value>]
Description
set policies to a specific permission set
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
custom_policies optional | array | Customer Managed Policy | - |
inline_policies optional | array | Inline Policy | - |
managed_policies optional | array | Managed Policy | - |
1.26.3 - 1.1
scpcli iam-identity-center permission set set policies
--permission_set_id <value>
--instance_id <value>
[--customer_policies <value>]
[--inline_policies <value>]
[--managed_policies <value>]
Description
set policies to a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
customer_policies optional | array | Customer Managed Policy | - |
inline_policies optional | array | Inline Policy | - |
managed_policies optional | array | Managed Policy | - |
1.26.4 - 1.0
scpcli iam-identity-center permission set set policies
--permission_set_id <value>
--instance_id <value>
[--customer_policies <value>]
[--inline_policies <value>]
[--managed_policies <value>]
Description
set policies to a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
customer_policies optional | array | Customer Managed Policy | - |
inline_policies optional | array | Inline Policy | - |
managed_policies optional | array | Managed Policy | - |
1.27 - SetUser
1.27.1 - 1.3
scpcli iam-identity-center user set
--user_uuid <value>
--instance_id <value>
[--business_unit <value>]
[--department <value>]
[--description <value>]
[--email <value>]
[--employee_id <value>]
[--manager <value>]
[--name <value>]
[--nation_id <value>]
[--phone_number <value>]
[--tz_id <value>]
Description
set a specific user
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
business_unit optional | string | Business Unit | Business Unit A |
department optional | string | Department | Department X |
description optional | string | User Description | Description of John Doe |
email optional | string | User Email | john.doe@example.com |
employee_id optional | string | Employee ID | emp-12345 |
manager optional | string | Manager | Alice Smith |
name optional | string | Real Name | John Doe |
nation_id optional | string | Nationality ID | +82 |
phone_number optional | string | Phone Number | 010-1234-5678 |
tz_id optional | string | Timezone ID | Asia/Seoul |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.27.2 - 1.2
scpcli iam-identity-center user set
--user_uuid <value>
--instance_id <value>
[--business_unit <value>]
[--department <value>]
[--description <value>]
[--email <value>]
[--employee_id <value>]
[--manager <value>]
[--name <value>]
[--nation_id <value>]
[--phone_number <value>]
[--tz_id <value>]
Description
set a specific user
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
business_unit optional | string | Business Unit | Business Unit A |
department optional | string | Department | Department X |
description optional | string | User Description | Description of John Doe |
email optional | string | User Email | john.doe@example.com |
employee_id optional | string | Employee ID | emp-12345 |
manager optional | string | Manager | Alice Smith |
name optional | string | Real Name | John Doe |
nation_id optional | string | Nationality ID | +82 |
phone_number optional | string | Phone Number | 010-1234-5678 |
tz_id optional | string | Timezone ID | Asia/Seoul |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.27.3 - 1.1
scpcli iam-identity-center user set
--user_uuid <value>
--instance_id <value>
[--business_unit <value>]
[--department <value>]
[--description <value>]
[--email <value>]
[--employee_id <value>]
[--manager <value>]
[--name <value>]
[--nation_id <value>]
[--phone_number <value>]
[--tz_id <value>]
Description
set a specific user
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
business_unit optional | string | Business Unit | Business Unit A |
department optional | string | Department | Department X |
description optional | string | User Description | Description of John Doe |
email optional | string | User Email | john.doe@example.com |
employee_id optional | string | Employee ID | emp-12345 |
manager optional | string | Manager | Alice Smith |
name optional | string | Real Name | John Doe |
nation_id optional | string | Nationality ID | +82 |
phone_number optional | string | Phone Number | 010-1234-5678 |
tz_id optional | string | Timezone ID | Asia/Seoul |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.27.4 - 1.0
scpcli iam-identity-center user set
--user_uuid <value>
--instance_id <value>
[--business_unit <value>]
[--department <value>]
[--description <value>]
[--email <value>]
[--employee_id <value>]
[--manager <value>]
[--name <value>]
[--nation_id <value>]
[--phone_number <value>]
[--tz_id <value>]
Description
set a specific user
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
business_unit optional | string | Business Unit | Business Unit A |
department optional | string | Department | Department X |
description optional | string | User Description | Description of John Doe |
email optional | string | User Email | john.doe@example.com |
employee_id optional | string | Employee ID | emp-12345 |
manager optional | string | Manager | Alice Smith |
name optional | string | Real Name | John Doe |
nation_id optional | string | Nationality ID | +82 |
phone_number optional | string | Phone Number | 010-1234-5678 |
tz_id optional | string | Timezone ID | Asia/Seoul |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.28 - ShowGroup
1.28.1 - 1.3
scpcli iam-identity-center group show
--group_id <value>
--instance_id <value>
Description
show a specific group
State
ACTIVE (CURRENT)
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’}] |
1.28.2 - 1.2
scpcli iam-identity-center group show
--group_id <value>
--instance_id <value>
Description
show a specific group
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
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’}] |
1.28.3 - 1.1
scpcli iam-identity-center group show
--group_id <value>
--instance_id <value>
Description
show a specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 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’}] |
1.28.4 - 1.0
scpcli iam-identity-center group show
--group_id <value>
--instance_id <value>
Description
show a specific group
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
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’}] |
1.29 - ShowInstance
1.29.1 - 1.3
scpcli iam-identity-center instance show
--instance_id <value>
Description
show a specific instance
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| account_id | Account ID | 1234ab567cd64769e8f9g490hi304891 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| delegated_account_id | Delegated Account ID | acc-2353 |
| delegated_at | Delegation Date | 2023-10-15 14:30:00 |
| delegated_by | Delegated By | sef2w3c8c29a449dbfa8681f8f1d78e2 |
| description | Instance Description | My Instance Description |
| identity_store_config | Identity Store Config | {‘bind_credential’: ‘password’, ‘bind_dn’: ‘CN=Administrator,CN=Users,DC=test,DC=add’, ‘component_id’: ‘HYIK7LLKQL2MFK2K8Jb1ew’, ‘connection_url’: ’ldaps://test.subdomain.company.com:123’, ‘rdn_ldap_attribute’: ‘cn’, ‘user_object_classes’: ‘person, organizationalPerson, user’, ‘username_ldap_attribute’: ‘sAMAccountName’, ‘users_dn’: ‘OU=Employees,OU=Accounts,DC=sub,DC=org’} |
| identity_store_id | Identity Store ID | d-12345 |
| identity_store_type | Identity Store Type | |
| last_sync_at | Last Sync Date | 2025-08-06 10:30:00 |
| last_sync_status | Last Sync Status | [‘CREATED’, ‘RUNNING’, ‘FINISHED’, ‘FAILED’, ‘NONE’, ‘ABORTED’] |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Instance Name | My Instance |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| port | Port | 443 |
| public_ip | Public IP | |
| region | Region | kr-west1 |
| resource_name | Resource Name | resource-name-1 |
| resource_type | Resource Type [instance | permission-set] |
| resource_type_display_name | Resource Type Display Name | Virtual Server |
| service | Service | virtualserver |
| service_name | Service Name | Virtual Server |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| sso_start_url | SSO Start URL | https://login.e.samsungsdscloud.com/d-12345 |
| state | State | |
1.29.2 - 1.2
scpcli iam-identity-center instance show
--instance_id <value>
Description
show a specific instance
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| account_id | Account ID | 1234ab567cd64769e8f9g490hi304891 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| delegated_account_id | Delegated Account ID | acc-2353 |
| delegated_at | Delegation Date | 2023-10-15 14:30:00 |
| delegated_by | Delegated By | sef2w3c8c29a449dbfa8681f8f1d78e2 |
| description | Instance Description | My Instance Description |
| identity_store_config | Identity Store Config | {‘bind_credential’: ‘password’, ‘bind_dn’: ‘CN=Administrator,CN=Users,DC=test,DC=add’, ‘component_id’: ‘HYIK7LLKQL2MFK2K8Jb1ew’, ‘connection_url’: ’ldaps://test.subdomain.company.com:123’, ‘rdn_ldap_attribute’: ‘cn’, ‘user_object_classes’: ‘person, organizationalPerson, user’, ‘username_ldap_attribute’: ‘sAMAccountName’, ‘users_dn’: ‘OU=Employees,OU=Accounts,DC=sub,DC=org’} |
| identity_store_id | Identity Store ID | d-12345 |
| identity_store_type | Identity Store Type | |
| last_sync_at | Last Sync Date | 2025-08-06 10:30:00 |
| last_sync_status | Last Sync Status | [‘CREATED’, ‘RUNNING’, ‘FINISHED’, ‘FAILED’, ‘NONE’, ‘ABORTED’] |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Instance Name | My Instance |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| resource_name | Resource Name | resource-name-1 |
| resource_type | Resource Type [instance | permission-set] |
| resource_type_display_name | Resource Type Display Name | Virtual Server |
| service | Service | virtualserver |
| service_name | Service Name | Virtual Server |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| sso_start_url | SSO Start URL | https://login.e.samsungsdscloud.com/d-12345 |
| state | State | |
1.29.3 - 1.1
scpcli iam-identity-center instance show
--instance_id <value>
Description
show a specific instance
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | Instance ID | ssoins-12345 |
| account_id | Account ID | 1234ab567cd64769e8f9g490hi304891 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| delegated_account_id | Delegated Account ID | acc-2353 |
| delegated_at | Delegation Date | 2023-10-15 14:30:00 |
| delegated_by | Delegated By | sef2w3c8c29a449dbfa8681f8f1d78e2 |
| description | Instance Description | My Instance Description |
| identity_store_config | Identity Store Config | {‘bind_credential’: ‘password’, ‘bind_dn’: ‘CN=Administrator,CN=Users,DC=test,DC=add’, ‘component_id’: ‘HYIK7LLKQL2MFK2K8Jb1ew’, ‘connection_url’: ’ldaps://test.subdomain.company.com:123’, ‘rdn_ldap_attribute’: ‘cn’, ‘user_object_classes’: ‘person, organizationalPerson, user’, ‘username_ldap_attribute’: ‘sAMAccountName’, ‘users_dn’: ‘OU=Employees,OU=Accounts,DC=sub,DC=org’} |
| identity_store_id | Identity Store ID | d-12345 |
| identity_store_type | Identity Store Type | |
| last_sync_at | Last Sync Date | 2025-08-06 10:30:00 |
| last_sync_status | Last Sync Status | [‘CREATED’, ‘RUNNING’, ‘FINISHED’, ‘FAILED’, ‘NONE’, ‘ABORTED’] |
| master_account_id | Master Account ID | acc-12345 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Instance Name | My Instance |
| organization_id | Organization ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| region | Region | kr-west1 |
| resource_name | Resource Name | resource-name-1 |
| resource_type | Resource Type [instance | permission-set] |
| resource_type_display_name | Resource Type Display Name | Virtual Server |
| service | Service | virtualserver |
| service_name | Service Name | Virtual Server |
| srn | Instance SRN | srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 |
| sso_start_url | SSO Start URL | https://login.e.samsungsdscloud.com/d-12345 |
| state | State | |
1.30 - ShowPermissionSet
1.30.1 - 1.3
scpcli iam-identity-center permission set show
--permission_set_id <value>
--instance_id <value>
Description
show a specific permission set
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| account_id | | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| custom_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| resource_name | | |
| resource_type | | |
| resource_type_display_name | | |
| service | | |
| service_name | | |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.30.2 - 1.2
scpcli iam-identity-center permission set show
--permission_set_id <value>
--instance_id <value>
Description
show a specific permission set
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| account_id | | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| custom_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| resource_name | | |
| resource_type | | |
| resource_type_display_name | | |
| service | | |
| service_name | | |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.30.3 - 1.1
scpcli iam-identity-center permission set show
--permission_set_id <value>
--instance_id <value>
Description
show a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| account_id | | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| customer_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| resource_name | | |
| resource_type | | |
| resource_type_display_name | | |
| service | | |
| service_name | | |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.30.4 - 1.0
scpcli iam-identity-center permission set show
--permission_set_id <value>
--instance_id <value>
Description
show a specific permission set
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
permission_set_id required | string | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | Permission Set ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| account_id | | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | |
| customer_policies | Customer Managed Policy | |
| description | Permission Set Description | Permissions for administrators |
| inline_policies | Inline Policy | |
| instance_id | Instance ID | ssoins-12345 |
| managed_policies | Managed Policy | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | |
| name | Permission Set Name | Permission Set |
| resource_name | | |
| resource_type | | |
| resource_type_display_name | | |
| service | | |
| service_name | | |
| session_duration | Maximum Session Duration | 3600 |
| srn | Permission Set SRN | srn::::::permissionSet/${InstanceId}/${permissionId} |
| state | State | |
1.31 - ShowUser
1.31.1 - 1.3
scpcli iam-identity-center user show
--user_uuid <value>
--instance_id <value>
Description
show a specific user
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.31.2 - 1.2
scpcli iam-identity-center user show
--user_uuid <value>
--instance_id <value>
Description
show a specific user
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.2 | 20260930 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.31.3 - 1.1
scpcli iam-identity-center user show
--user_uuid <value>
--instance_id <value>
Description
show a specific user
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |
1.31.4 - 1.0
scpcli iam-identity-center user show
--user_uuid <value>
--instance_id <value>
Description
show a specific user
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_uuid required | string | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
instance_id required | string | Instance ID | ssoins-12345 |
Responses
| Name | Description | Example |
|---|
| id | User ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | Business Unit | Business Unit A |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | Creator Name | John Doe |
| department | Department | Department X |
| description | User Description | Description of John Doe |
| email | User Email | john.doe@example.com |
| email_authenticated | Email Authentication Status | |
| employee_id | Employee ID | emp-12345 |
| groups | List of Groups | |
| instance_id | Instance ID | ssoins-12345 |
| last_login_at | Last Login Date | 2024-12-19 01:09:05.000 |
| last_password_update_at | Last Password Update Date | 2026-03-17T09:58:31.498976 |
| manager | Manager | Alice Smith |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | Modifier Name | Smith |
| name | Real Name | John Doe |
| nation_id | Nationality ID | +82 |
| password | Password | |
| password_failed_count | Password Failure Count | 6 |
| password_reuse_count | Password Reuse Limit Count | 6 |
| phone_authenticated | Phone Authentication Status | |
| phone_number | Phone Number | 010-1234-5678 |
| temporary_password | Temporary Password Status | |
| tz_id | Timezone ID | Asia/Seoul |
| user_id | User Login ID | johndoe |