Getting service user metadata in action
If you go to the User settings > Metadata view for a Service User, the form says:
However there is no trace of this metadata in the
How can I get the metadata inside the action?
Add custom attributes to the user like the authenticating system. You can use this information in your actions.
However there is no trace of this metadata in the
ctx.v1.user object in the actions. How can I get the metadata inside the action?
