Returns True if the current user is a member of any of the given teams.

Usage

CurrentUserInTeam(team)

team (required): The team name to test with.

NOTE: Team names are case sensitive.

Example

CurrentUserInTeam("Marketing", "Sales")
  • Returns true if the user currently viewing is in the Marketing or Sales teams.

Was this page helpful?
Yes No