UserDetail
UserDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| business_unit optional | Business Unit Example : Business Unit A | any of [string, null] | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name optional | Creator Name Example : John Doe | string | - |
| 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] | |
| email_authenticated optional | Email Authentication Status Example : False | boolean | |
| employee_id optional | Employee ID Example : emp-12345 | any of [string, null] | |
| groups optional | List of Groups | any of [array[Group], null] | |
| id required | User ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| instance_id required | Instance ID Example : ssoins-12345 | string | |
| last_login_at optional | Last Login Date Example : 2024-12-19 01:09:05.000 | any of [string (date-time), null] | |
| last_password_update_at optional | Last Password Update Date Example : 2025-11-24T08:14:51.694996 | any of [string (date-time), null] | |
| manager optional | Manager Example : Alice Smith | any of [string, null] | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name optional | Modifier Name Example : Smith | string | - |
| 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] | |
| password_failed_count optional | Password Failure Count Example : 6 | any of [integer, null] | |
| password_reuse_count optional | Password Reuse Limit Count Example : 6 | any of [integer, null] | |
| phone_authenticated optional | Phone Authentication Status Example : False | boolean | |
| phone_number optional | Phone Number Example : 010-1234-5678 | any of [string, null] | |
| temporary_password required | Temporary Password Status Example : | boolean | |
| tz_id optional | Timezone ID Example : Asia/Seoul | any of [string, null] | |
| user_id required | User Login ID Example : johndoe | string |