UserResponse
UserResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | Account ID Example : | any of [string, null] | |
| company_name optional | Company Name 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 Authentication Status Example : | boolean | |
| first_name optional | User Name 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 | User Last Name Example : | any of [string, null] | |
| last_password_update_at optional | Last Password Update Time 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 | Password Reuse Count Example : | integer | |
| phone_authenticated required | Phone Authentication Status Example : | boolean | |
| policies required | User Policies | any of [array[Policy], null] | |
| state optional | Status 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] |