edoc automate Guide
Breadcrumbs

permissions\CheckUserGroup - edoc automate

You can use the CheckUserGroup action to check whether a user is assigned to a specific group.

Parameters

Type

Name

Description

TEXT

User

Specifies the user for whom the group is being checked.

KEYVALUELIST

Group

Specifies the name of the group to be checked.

SELECT

Validation

Specifies the type of verification.

  • every group: All groups must be assigned.

  • at least one role: One of the specified groups must be assigned.

Return

Type

Description

SINGLEVALUE

Returns the following values:

  • true: The user is a member of the group.

  • false: The user is not a member of the group.