User Does Not Have Role
Introduction
The "User Does Not Have Role" step checks whether a specified user does not have a specific role and returns Yes
if the user does not possess 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 does not have.
Outputs
Result: A boolean value (
Yes
orNo
) indicating whether the user does not have the specified role.
Last updated