Skip to content

security.applicationUserAddTag

Add a tag to an user in an application. Returns a boolean value depending on the outcome.

js
security.applicationUserAddTag(applicationId, userId, tags)
security.applicationUserAddTag(applicationId, userId, tags)

Parameters

  • applicationId - Identifier of the activity.
  • userId - Identifier of the user.
  • tags - Tag names or identifiers (Comma delimited string).

Example

js
let boolean = security.applicationUserAddTag("MyActivityId", 1, "Admin, All Scenarios");
let boolean = security.applicationUserAddTag("MyActivityId", 1, "Admin, All Scenarios");