UserSetRequest
UserSetRequest
| 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] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| manager optional | 관리자 Example : Alice Smith | any of [string, null] | |
| name optional | 사용자 실명 Example : John Doe | any of [string, null] | |
| nation_id optional | 국가 ID Example : +82 | any of [string, null] | |
| phone_number optional | 휴대폰 번호 Example : 010-1234-5678 | any of [string, null] | |
| tz_id optional | 타임존 ID Example : Asia/Seoul | any of [string, null] |