Get account member
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 one field for expanding the “Get member” response. By default, this field is 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:
roleAttributes
includes a list of the role attributes that you have assigned to the member.
For example, expand=roleAttributes
includes roleAttributes
field in the response.
Path parameters
id
The member ID
Headers
Authorization
Query parameters
expand
A comma-separated list of properties that can reveal additional information in the response.
Response
Member response
_links
The location and content type of related resources
_id
The member's ID
role
The member's base role. If the member has no additional roles, this role will be in effect.
email
The member's email address
_pendingInvite
Whether the member has a pending invitation
_verified
Whether the member's email address has been verified
customRoles
The set of additional roles, besides the base role, assigned to the member
mfa
Whether multi-factor authentication is enabled for this member
_lastSeen
The member’s last session date (as Unix milliseconds since epoch)
creationDate
Timestamp of when the member was created
firstName
The member's first name
lastName
The member's last name
_pendingEmail
The member's email address before it has been verified, for accounts where email verification is required
excludedDashboards
Default dashboards that the member has chosen to ignore
_lastSeenMetadata
Additional metadata associated with the member's last session, for example, whether a token was used
_integrationMetadata
Details on the member account in an external source, if this member is provisioned externally
teams
Details on the teams this member is assigned to
permissionGrants
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.
oauthProviders
A list of OAuth providers
version
Version of the current configuration
roleAttributes
The role attributes for the member