UserSetRequest
UserSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| business_unit optional | Business Unit Example : Business Unit A | any of [string, null] | |
| department optional | Department Example : Department X | any of [string, null] | |
| description optional | User Description Example : Description of John Doe | any of [string, null] | |
| email optional | User Email Example : john.doe@example.com | any of [string, null] | |
| employee_id optional | Employee ID Example : emp-12345 | any of [string, null] | |
| instance_id required | Instance ID Example : ssoins-12345 | string | |
| manager optional | Manager Example : Alice Smith | any of [string, null] | |
| name optional | Real Name Example : John Doe | any of [string, null] | |
| nation_id optional | Nationality ID Example : +82 | any of [string, null] | |
| phone_number optional | Phone Number Example : 010-1234-5678 | any of [string, null] | |
| tz_id optional | Timezone ID Example : Asia/Seoul | any of [string, null] |