LaunchDarkly Data Processing
How Zluri fetches the data:
Zluri calls the following API to fetch the list of users from LaunchDarkly:
https://apidocs.launchdarkly.com/tag/Account-members#operation/getMembers
Status Mapping:
Users with "_pendingInvite"= false, User Application Status = Active
Users with "_pendingInvite"= true, User Application Status = Suspended
Users coming from earlier syncs but not coming in the latest sync are assigned user application status = 'Inactive'.
How to validate the data:
- Go to Account settings on the left panel
- Click on Members
- Members without an Invited tag below their names are active members
Updated 3 months ago