UserCreateRequest
UserCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| business_unit optional | 사업부 Example : Business Unit A | any of [string, null] | |
| department optional | 부서 Example : Department X | any of [string, null] | |
| description optional | 사용자 설명 Example : Description of John Doe | any of [string, null] | |
| email optional | 사용자 이메일 Example : john.doe@example.com | any of [string, null] | |
| employee_id optional | 사번 Example : emp-12345 | any of [string, null] | |
| group_ids optional | 사용자 속한 그룹 목록 Example : ['39520424-440c-41c0-9b9c-f22b2129f6f9', '80c53fe1-4e27-4cce-92be-151cf0f2873e'] | array[string] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| manager optional | 관리자 Example : Alice Smith | any of [string, null] | |
| name required | 사용자 실명 Example : John Doe | string | |
| nation_id optional | 국가 ID Example : +82 | any of [string, null] | |
| password optional | 비밀번호 Example : | any of [string, null] | |
| phone_number optional | 휴대폰 번호 Example : 010-1234-5678 | any of [string, null] | |
| temporary_password optional | 임시 비밀번호 여부 Example : True | boolean | True |
| user_id required | 사용자 로그인 ID Example : johndoe | string |