Name |
Type |
Description |
Notes |
_links |
Hash<String, Link> |
The location and content type of related resources |
[optional] |
total_count |
Integer |
The total number of users in the environment |
|
items |
Array<UserRecord> |
Details on the users |
|
require 'launchdarkly_api'
instance = LaunchDarklyApi::Users.new(
_links: {"next":{"href":"/api/v2/user-search/my-project/my-environment?after=1647993600000&limit=20&searchAfter=my-user&sort=userKey","type":"application/json"},"self":{"href":"/api/v2/user-search/my-project/my-environment?after=1647993600000&limit=20&sort=userKey","type":"application/json"}},
total_count: 245,
items: null
)