Record
post-sso-teammates-params
No description available.
record post-sso-teammates-params {
email: string,
first-name: string,
is-admin: option<bool>,
is-read-only: option<bool>,
last-name: string,
scopes: list<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| string | ||
| first-name | string | |
| is-admin | option<bool> | |
| is-read-only | option<bool> | |
| last-name | string | |
| scopes | list<string> |