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

NameTypeDescription
emailstring
first-namestring
is-adminoption​<bool>
is-read-onlyoption​<bool>
last-namestring
scopeslist​<string>