Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.28 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.28 KB

users_and_groups_to_csv

Tool written in JavaScript that generates a CSV file containing a listing of Users with columns listing corresponding Group, User, and Email values. Useful in scenarios where a Cloudinary account may contain large numbers of Users and/or Groups.

Requirements:

Configuration:

  • users_and_groups_to_csv.js

    • account_id: '0123456789-0123456789'

      • Account ID - replace the 0123456789-0123456789 value from Account Settings > Account > Provisioning API Access.
    • provisioning_api_key: 'abcdefghijklmnopqrs'

      • API Key - replace the abcdefghijklmnopqrs value from Account Settings > Account > Provisioning API Access.
    • provisioning_api_secret: 'abcdefghijklmnop'

      • API Secret - replace the abcdefghijklmnop value from Account Settings > Account > Provisioning API Access.

⚠️ Note that this script requires access to Cloudinary's Provisioning API! Please be certain that the requisite Provisioning API flags have been enabled and that the Provisioning API Keys have been generated prior to prior to executing against a production Cloudinary account.