Get user

Deprecated
> ### Use contexts instead > > After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use [Get context instances](https://launchdarkly.com/docs/api/contexts/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.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
The project key
environmentKeystringRequired
The environment key
userKeystringRequired
The user key

Response

User response
lastPingdatetime or null
Timestamp of the last time this user was seen
environmentIdstring or null
The environment ID
ownerIdstring or null
The ID of the member who is the owner for this account
userobject or null
Details on the user
sortValueany or null
_accessobject or null
Details on the allowed and denied actions for this user

Errors