Record
user-response
No description available.
record user-response {
id: option<string>,
created-at: option<string>,
dept: option<string>,
email: string,
first-name: option<string>,
last-client-version: option<string>,
last-login-time: option<string>,
last-name: option<string>,
pmi: option<s64>,
role-name: option<string>,
timezone: option<string>,
type-op: s32,
use-pmi: option<bool>,
account-id: option<string>,
cms-user-id: option<string>,
company: option<string>,
custom-attributes: option<user-response-custom-attributes>,
group-ids: option<list<string>>,
host-key: option<string>,
im-group-ids: option<list<string>>,
jid: option<string>,
job-title: option<string>,
language: option<string>,
location: option<string>,
login-type: option<s32>,
manager: option<string>,
personal-meeting-url: option<string>,
phone-country: option<string>,
phone-number: option<string>,
phone-numbers: option<user-response-phone-numbers>,
pic-url: option<string>,
plan-united-type: option<string>,
role-id: option<string>,
status: option<user-response-status-enum>,
vanity-url: option<string>,
verified: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<string> | |
| created-at | option<string> | |
| dept | option<string> | |
| string | ||
| first-name | option<string> | |
| last-client-version | option<string> | |
| last-login-time | option<string> | |
| last-name | option<string> | |
| pmi | option<s64> | |
| role-name | option<string> | |
| timezone | option<string> | |
| type-op | s32 | |
| use-pmi | option<bool> | |
| account-id | option<string> | |
| cms-user-id | option<string> | |
| company | option<string> | |
| custom-attributes | option<user-response-custom-attributes> | |
| group-ids | option<list<string>> | |
| host-key | option<string> | |
| im-group-ids | option<list<string>> | |
| jid | option<string> | |
| job-title | option<string> | |
| language | option<string> | |
| location | option<string> | |
| login-type | option<s32> | |
| manager | option<string> | |
| personal-meeting-url | option<string> | |
| phone-country | option<string> | |
| phone-number | option<string> | |
| phone-numbers | option<user-response-phone-numbers> | |
| pic-url | option<string> | |
| plan-united-type | option<string> | |
| role-id | option<string> | |
| status | option<user-response-status-enum> | |
| vanity-url | option<string> | |
| verified | option<s32> |