Get user

Deprecated
GET
/api/v2/users/:projectKey/:environmentKey/:userKey

Use contexts instead

After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use Get context instances instead of this endpoint.

Get a user by key. The user object contains all attributes sent in variation calls for that key.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

userKeystringRequired

The user key

Response

User response

lastPingdatetimeOptional

Timestamp of the last time this user was seen

environmentIdstringOptional

The environment ID

ownerIdstringOptional

The ID of the member who is the owner for this account

userobjectOptional

Details on the user

sortValueanyOptional
_accessobjectOptional

Details on the allowed and denied actions for this user

Errors

Built with