How to change another user's variable using the workflow api?

How do I change a user via the Workflow API? other than the current user

can you send this information when you call for the schedule?

Yes, you can.

Or you can do it in the workflow itself.

1 Like

where can i use the data? it’s because it’s a user who changes another user’s variables. so it’s not the current user. but to identify this user i’d need to use the id i registered in the walkthrough before scheduling.


I think I’ve found it, I think it’s those parameters

1 Like

Exactly… you need to add a User parameter… then you can pass in a specific User when making the call to the Workflow.

1 Like