Assigning IAM roles to Service Users
What is the best way to assign an IAM role to a service user? My goal is to make calls to the Management API with permission to set user metadata for any user across the instance.
3 Replies
if you give the role IAM_USER_MANAGER to your service user, the user should be able to do that
you can either do that in the management console of zitadel or with the api
ZITADEL Docs
Members are users with permission to administrate ZITADEL on different levels. This request adds a new user to the members list with one or multiple roles.
Thank you!