Find users
Authentication
Path Parameters
Query Parameters
Full-text search for users based on name, first name, last name, e-mail address, or key
Specifies the maximum number of items in the collection to return (max: 50, default: 20)
Deprecated, use searchAfter instead. Specifies the first item to return in the collection.
Specifies a field by which to sort. LaunchDarkly supports the userKey and lastSeen fields. Fields prefixed by a dash ( - ) sort in descending order.
Limits results to users with sort values after the value you specify. You can use this for pagination, but we recommend using the next link we provide instead.
A comma-separated list of user attribute filters. Each filter is in the form of attributeKey:attributeValue