UserResponse
UserResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | Account ID Example : | any of [string, null] | |
| company_name optional | 회사명 Example : | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | 사용자 설명 Example : | any of [string, null] | |
| dst_offset optional | DST 오프셋 Example : | any of [string, null] | |
| email optional | 사용자 이메일 Example : | any of [string, null] | |
| email_authenticated required | 이메일 인증 여부 Example : | boolean | |
| first_name optional | 사용자명 Example : | any of [string, null] | |
| id required | ID Example : | string | |
| last_login_at optional | Last Login Example : | any of [string (date-time), null] | |
| last_name optional | 성 Example : | any of [string, null] | |
| last_password_update_at optional | 마지막 비밀번호 업데이트 시간 Example : | any of [string (date-time), null] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name optional | 이름 Example : | any of [string, null] | |
| password_reuse_count required | 비밀번호 재사용 횟수 Example : | integer | |
| phone_authenticated required | 휴대폰 인증 여부 Example : | boolean | |
| policies required | 사용자 정책 | any of [array[Policy], null] | |
| state optional | 상태 Example : | any of [string, null] | |
| timezone optional | 타임존 ID Example : | any of [string, null] | |
| type required | 유형 Example : | string | |
| tz_id optional | 타임존 ID Example : | any of [string, null] | |
| user_name optional | 사용자명 Example : | any of [string, null] | |
| utc_offset optional | UTC 오프셋 Example : | any of [string, null] |