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