Group: Verify Node

Verify Experience Group Membership Node

The Group: Verify Node allows a workflow to verify that an Experience User is a member of an Experience Group or one of the group’s ancestors (parents).

Node Properties

Verify Experience Group Membership Node Config

  • Group ID or Template: (Required) This templatable group ID will be used to check to see if the given Experience User is a member of this group, the group’s parent, the parent’s parent, and so on.
  • User ID or Email Template: This templatable Experience User ID or email will be used to identify a user in your application’s experience. The provided user will be compared against the provided group. This defaults to {{experience.user.id}}, which is where the ID of the authenticated user making the request is placed on the initial payload of an Endpoint Trigger.

Results

If the user is associated with the group provided, the true (or right) path out of the node is taken. If the user is not associated with the group then the false (or left) path will be taken.

Node Example

Since this is a branching node, i.e. it takes either one path or another, there is no result placed on the payload path.

Node Errors

Since this is a branching node, this node will never place an error on the payload.

Was this page helpful?


Still looking for help? You can also search the Losant Forums or submit your question there.