Description
Guidance on accessing and extracting user lists from the Image Artist application, including manual and API-based methods.
Via the Administration pages:
1. Log in to ImA as an admin user.
2. Navigate to the Administration menu and select 'Users and Groups'.
3. Open the 'Users' tab.
4. If the user list is not automatically displayed, it's possible to use the wildcard search (*) to display all users.
WARNING - If the ImA server is LDAP integrated, using the wildcard search will register ALL users it finds in the configured LDAP directory.
Alternative approach via the search API:
Image Artist: Using the Swagger user interface to query the Search API
1. Query the Search API via Swagger at the endpoint: api/1.1/search/categories/{category}, with {category} set to 'user_name'.
2. Download the resulting JSON file.
3. The JSON file can be converted to an Excel-compatible format using external tools.
Comments
0 comments
Article is closed for comments.