Other Ideas

Other Ideas

Automate Domo Profile Image Imports

To leverage Domo for our company org chart, it would be ideal to automatically be able to import pictures into each person's profile picture, either via a dataset (link to image) or a bulk import via folder.

1
1 votes

Comments

  • This is possible via the Product APIs if you are looking for a workaround. Authentication to the Product APIs documentation: https://developer.domo.com/portal/8ba9aedad3679-ap-is#product-apis

    POST https://<instance>.domo.com/api/content/v1/avatar/bulk

    Body:

    1. {
    2. "isOpen": false,
    3. "transactionId": "<random_guid>",
    4. "entityIds": [
    5. "<user_id>"
    6. ],
    7. "entityType": "USER",
    8. "base64Image": "<base64_data>"
    9. }

    Was this comment helpful? Click Agree or Like below.
    Did this comment solve your problem? Accept it as the solution!

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In