Get user attribute names

Deprecated
> ### Use contexts instead > > After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use [Get context attribute names ](https://launchdarkly.com/docs/api/contexts/get-context-attribute-names) instead of this endpoint. Get all in-use user attributes in the specified environment. The set of in-use attributes typically consists of all attributes seen within the past 30 days.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequiredformat: "string"
The project key
environmentKeystringRequiredformat: "string"
The environment key

Response

User attribute names response
privatelist of strings
private attributes
customlist of strings
custom attributes
standardlist of strings
standard attributes

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error