UserCreateRequest
UserCreateRequest
| 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] | |
| group_ids optional | List of Groups the User Belongs To Example : ['39520424-440c-41c0-9b9c-f22b2129f6f9', '80c53fe1-4e27-4cce-92be-151cf0f2873e'] | array[string] | |
| instance_id required | Instance ID Example : ssoins-12345 | string | |
| manager optional | Manager Example : Alice Smith | any of [string, null] | |
| name required | Real Name Example : John Doe | string | |
| nation_id optional | Nationality ID Example : +82 | any of [string, null] | |
| password optional | Password Example : | any of [string, null] | |
| phone_number optional | Phone Number Example : 010-1234-5678 | any of [string, null] | |
| temporary_password optional | Temporary Password Status Example : True | boolean | True |
| user_id required | User Login ID Example : johndoe | string |