Fbl.IsAgent¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of this shard is ignored. | None | ||
| Output ➡️ | Returns true if current user is an Agent and false otherwise. | Bool | ||
| Name | No | The additional agent name to check against. | agent-007 | StringVar(String) | 
This shard checks if the current user running the code is an Agent. If the user is an Agent, it returns true and false otherwise. If an agent name was provided in the Name parameter, this shard will only return true if the current user is an Agent and also has the same specified name.