Adding user roles to users received from the management APIs

Hey there @stehranchi!

The roles will need to be added directly to the user in order to be included in the user object. You can still achieve this in Action, but you’ll need to use the Management API from within the Action itself, please see:

Hope this helps!