Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.33 KB

Member.md

File metadata and controls

32 lines (27 loc) · 2.33 KB

Member

Properties

Name Type Description Notes
links {str: (Link,)} The location and content type of related resources
id str The member's ID
role str The member's built-in role. If the member has no custom roles, this role will be in effect.
email str The member's email address
pending_invite bool Whether the member has a pending invitation
verified bool Whether the member's email address has been verified
custom_roles [str] The set of custom roles (as keys) assigned to the member
mfa str Whether multi-factor authentication is enabled for this member
last_seen int
creation_date int
first_name str The member's first name [optional]
last_name str The member's last name [optional]
pending_email str The member's email address before it has been verified, for accounts where email verification is required [optional]
excluded_dashboards [str] Default dashboards that the member has chosen to ignore [optional]
last_seen_metadata LastSeenMetadata [optional]
integration_metadata IntegrationMetadata [optional]
teams [MemberTeamSummaryRep] Details on the teams this member is assigned to [optional]
permission_grants [MemberPermissionGrantSummaryRep] A list of permission grants. Permission grants allow a member to have access to a specific action, without having to create or update a custom role. [optional]
oauth_providers [str] A list of OAuth providers [optional]
version int Version of the current configuration [optional]
role_attributes RoleAttributeMap [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]