Get user attribute names

Deprecated
GET
/api/v2/user-attributes/:projectKey/:environmentKey

Use contexts instead

After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use 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.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

Response

User attribute names response

privatelist of stringsOptional

private attributes

customlist of stringsOptional

custom attributes

standardlist of stringsOptional

standard attributes

Errors

Built with