Get a single account member by member ID.
`me` is a reserved value for the `id` parameter that returns the caller's member information.
### Expanding the member response
LaunchDarkly supports the following fields for expanding the "Get member" response. By default, these fields are **not** included in the response.
To expand the response, append the `expand` query parameter and add a comma-separated list with any of the following fields:
* `customRoles` includes details on each custom role assigned to the member, including the role key, name, and ID.
* `roleAttributes` includes a list of the role attributes that you have assigned to the member.
For example, `expand=customRoles,roleAttributes` includes both the `customRolesInfo` and `roleAttributes` fields in the response.
Response
Member response
_linksmap from strings to objects
The location and content type of related resources
rolestring
The member's base role. If the member has no additional roles, this role will be in effect.
emailstring
The member's email address
_pendingInviteboolean
Whether the member has a pending invitation
_verifiedboolean
Whether the member's email address has been verified
customRoleslist of strings
The set of additional roles, besides the base role, assigned to the member
mfastring
Whether multi-factor authentication is enabled for this member
_lastSeenlong
The member’s last session date (as Unix milliseconds since epoch)
creationDatelong
Timestamp of when the member was created
firstNamestringOptional
The member's first name
lastNamestringOptional
The member's last name
_pendingEmailstringOptional
The member's email address before it has been verified, for accounts where email verification is required
excludedDashboardslist of stringsOptional
Default dashboards that the member has chosen to ignore
_lastSeenMetadataobjectOptional
Additional metadata associated with the member's last session, for example, whether a token was used
_integrationMetadataobjectOptional
Details on the member account in an external source, if this member is provisioned externally
teamslist of objectsOptional
Details on the teams this member is assigned to
permissionGrantslist of objectsOptional
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.
oauthProviderslist of stringsOptional
A list of OAuth providers
hasPasswordbooleanOptional
Whether the member has a password set (basic auth). False for OAuth-only or SCIM-provisioned members without a password.
versionintegerOptional
Version of the current configuration
roleAttributesmap from strings to lists of stringsOptional
The role attributes for the member
mfaEnforcedbooleanOptional
mfaGracePeriodExpiresAtlongOptional