Is there a Workflow Function that allows user attributes to be updated?

bdetcher
bdetcher Contributor

I tried to customize the createUser function from the Domo Users package to be able to capture certain required fields we use when setting up new users but the fields would not update the user profiles.

Is there a function available to do this? Goal is to create a Workflow Form on our Admin App that would allow us to enter all the information we need in one form rather than having to navigate to the People section in Domo and update the fields manually.

Best Answer

  • DanHendriksen
    DanHendriksen Domo Employee
    Answer ✓

    Beau, codeEngine doesn't support "PATCH" at this time, and the PRODUCT api end point to update parameters on user profiles leverages a patch.

    That said, the OAuth API will update a user leveraging a PUT, which codeEngine supports. I know of customers who have used this to accomplish what you're after: https://developer.domo.com/portal/6d07be3b66fad-update-a-user

Answers

  • DanHendriksen
    DanHendriksen Domo Employee
    Answer ✓

    Beau, codeEngine doesn't support "PATCH" at this time, and the PRODUCT api end point to update parameters on user profiles leverages a patch.

    That said, the OAuth API will update a user leveraging a PUT, which codeEngine supports. I know of customers who have used this to accomplish what you're after: https://developer.domo.com/portal/6d07be3b66fad-update-a-user