User Has Role
Introduction
The "User Has Role" step checks whether a specified user has a specific role and returns Yes
if the user possesses the role. This step is useful for role-based validations in automations.
Configuration
User: The user to be checked.
Role: The role to verify the user has.
Outputs
Result: A boolean value (
Yes
orNo
) indicating whether the user has the specified role.
Last updated