security.applicationUserRemoveTag
Removes a tag for an user in an application. Returns a boolean value depending on the outcome.
js
security.applicationUserRemoveTag(applicationId, userId, tag)
Parameters
applicationId
- Identifier of the activity.userId
- Identifier of the user (Integer).tag
- Tag name or identifier.
Example
js
let boolean = security.applicationUserRemoveTag("MyActivityId", 1, "Admin");