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 | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | User Description Example : | any of [string, null] | |
| dst_offset optional | DST Offset Example : | any of [string, null] | |
| email optional | User Email Example : | any of [string, null] | |
| email_authenticated required | email 인증 여부 Example : | boolean | |
| first_name optional | 사용자 이름 Example : | any of [string, null] | |
| id required | ID Example : | string | |
| last_login_at optional | 마지막 로그인 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 | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name optional | Name Example : | any of [string, null] | |
| password_reuse_count required | 비밀 번호 재사용 가능 횟수 Example : | integer | |
| phone_authenticated required | 휴대폰 인증 여부 Example : | boolean | |
| policies required | User Policies | any of [array[Policy], null] | |
| state optional | 상태 Example : | any of [string, null] | |
| timezone optional | Timezone ID Example : | any of [string, null] | |
| type required | Type Example : | string | |
| tz_id optional | Timezone ID Example : | any of [string, null] | |
| user_name optional | User Name Example : | any of [string, null] | |
| utc_offset optional | UTC Offset Example : | any of [string, null] |