Record
get-v3-teammates-username-response
No description available.
record get-v3-teammates-username-response {
address: option<string>,
address2: option<string>,
city: option<string>,
country: option<string>,
email: option<string>,
first-name: option<string>,
is-admin: option<bool>,
last-name: option<string>,
phone: option<string>,
scopes: option<list<string>>,
state: option<string>,
user-type: option<get-v3-teammates-response-result-op-item-user-type-enum>,
username: option<string>,
website: option<string>,
zip: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<string> | |
| address2 | option<string> | |
| city | option<string> | |
| country | option<string> | |
| option<string> | ||
| first-name | option<string> | |
| is-admin | option<bool> | |
| last-name | option<string> | |
| phone | option<string> | |
| scopes | option<list<string>> | |
| state | option<string> | |
| user-type | option<get-v3-teammates-response-result-op-item-user-type-enum> | |
| username | option<string> | |
| website | option<string> | |
| zip | option<string> |