| Name | Type | Description | Notes |
|---|---|---|---|
| _links | array<string,\LaunchDarklyApi\Model\Link> | The location and content type of related resources | |
| _id | string | The member's ID | |
| first_name | string | The member's first name | [optional] |
| last_name | string | The member's last name | [optional] |
| role | string | The member's base role. If the member has no additional roles, this role will be in effect. | |
| string | 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 | |
| _pending_email | string | The member's email address before it has been verified, for accounts where email verification is required | [optional] |
| custom_roles | string[] | The set of additional roles, besides the base role, assigned to the member | |
| mfa | string | Whether multi-factor authentication is enabled for this member | |
| excluded_dashboards | string[] | Default dashboards that the member has chosen to ignore | [optional] |
| _last_seen | int | ||
| _last_seen_metadata | \LaunchDarklyApi\Model\LastSeenMetadata | [optional] | |
| _integration_metadata | \LaunchDarklyApi\Model\IntegrationMetadata | [optional] | |
| teams | \LaunchDarklyApi\Model\MemberTeamSummaryRep[] | Details on the teams this member is assigned to | [optional] |
| permission_grants | \LaunchDarklyApi\Model\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] |
| creation_date | int | ||
| oauth_providers | string[] | A list of OAuth providers | [optional] |
| version | int | Version of the current configuration | [optional] |
| role_attributes | array<string,array> | [optional] |
This repository was archived by the owner on Feb 3, 2026. It is now read-only.