Data Processing
Adobe Creative Cloud V2 data processing
Zluri fetches the list users and licenses from Adobe creative cloud. This article explains how you can validate the data in Zluri.
How Zluri fetches the data:
Zluri calls the following API to fetch user data:
https://github.com/adobe-apiplatform/umapi-documentation/blob/master/docs/en/api/getUsersWithPage.md
Status & License Mapping
We do not get a status field from the API. All users coming from the API response are mapped to 'User application status': Active.
Users coming from the earlier sync, But not in current sync are assigned to user application status = Inactive.
The licenses are assigned based the groups the users belong to.
How to validate the data
Download the list of users from Adobe interface to get the active user count.
Updated about 2 months ago