UserDetail
UserDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| business_unit optional | 사업부 Example : Business Unit A | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name optional | 생성자 명 Example : John Doe | string | - |
| 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] | |
| email_authenticated optional | 이메일 인증 여부 Example : False | boolean | |
| employee_id optional | 사번 Example : emp-12345 | any of [string, null] | |
| groups optional | 그룹 목록 | any of [array[Group], null] | |
| id required | 사용자 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| last_login_at optional | 마지막 로그인 일시 Example : 2024-12-19 01:09:05.000 | any of [string (date-time), null] | |
| last_password_update_at optional | 최근 비밀번호 변경 일시 Example : 2025-11-24T08:14:51.694996 | any of [string (date-time), null] | |
| manager optional | 관리자 Example : Alice Smith | any of [string, null] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name optional | 수정자 명 Example : Smith | string | - |
| name required | 사용자 실명 Example : John Doe | string | |
| nation_id optional | 국가 ID Example : +82 | any of [string, null] | |
| password optional | 비밀번호 Example : | any of [string, null] | |
| password_failed_count optional | 비밀번호 실패 횟수 Example : 6 | any of [integer, null] | |
| password_reuse_count optional | 비밀번호 재사용 제한 횟수 Example : 6 | any of [integer, null] | |
| phone_authenticated optional | 휴대폰 인증 여부 Example : False | boolean | |
| phone_number optional | 휴대폰 번호 Example : 010-1234-5678 | any of [string, null] | |
| temporary_password required | 임시 비밀번호 여부 Example : | boolean | |
| tz_id optional | 타임존 ID Example : Asia/Seoul | any of [string, null] | |
| user_id required | 사용자 로그인 ID Example : johndoe | string |