1.1
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
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| user_id required | string | 사용자 로그인 ID | johndoe |
| name required | string | 사용자 실명 | John Doe |
| instance_id required | string | 인스턴스 ID | ssoins-12345 |
| business_unit optional | string | 사업부 | Business Unit A |
| department optional | string | 부서 | Department X |
| description optional | string | 사용자 설명 | Description of John Doe |
| email optional | string | 사용자 이메일 | john.doe@example.com |
| employee_id optional | string | 사번 | emp-12345 |
| group_ids optional | array | 사용자 속한 그룹 목록 | 39520424-440c-41c0-9b9c-f22b2129f6f9 |
| manager optional | string | 관리자 | Alice Smith |
| nation_id optional | string | 국가 ID | +82 |
| password optional | string | 비밀번호 | - |
| phone_number optional | string | 휴대폰 번호 | 010-1234-5678 |
| temporary_password optional | boolean | 임시 비밀번호 여부 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 사용자 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| business_unit | 사업부 | Business Unit A |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 명 | John Doe |
| department | 부서 | Department X |
| description | 사용자 설명 | Description of John Doe |
| 사용자 이메일 | john.doe@example.com | |
| email_authenticated | 이메일 인증 여부 | |
| employee_id | 사번 | emp-12345 |
| groups | 그룹 목록 | |
| instance_id | 인스턴스 ID | ssoins-12345 |
| last_login_at | 마지막 로그인 일시 | 2024-12-19 01:09:05.000 |
| last_password_update_at | 최근 비밀번호 변경 일시 | 2025-11-24T08:14:51.694996 |
| manager | 관리자 | Alice Smith |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 명 | Smith |
| name | 사용자 실명 | John Doe |
| nation_id | 국가 ID | +82 |
| password | 비밀번호 | |
| password_failed_count | 비밀번호 실패 횟수 | 6 |
| password_reuse_count | 비밀번호 재사용 제한 횟수 | 6 |
| phone_authenticated | 휴대폰 인증 여부 | |
| phone_number | 휴대폰 번호 | 010-1234-5678 |
| temporary_password | 임시 비밀번호 여부 | |
| tz_id | 타임존 ID | Asia/Seoul |
| user_id | 사용자 로그인 ID | johndoe |