Availability
This routine is available starting with SIL Engine™ 2.6.11/2.5.19.
Syntax
getUserDirectoryName(user)
Description
Returns the directory name the user belongs to.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
user | String | Yes | User name or key. |
Return type
string
Returns the directory name.
Example
Example 1
if(getUserDirectoryName(currentUser()) == "JIRA Internal Directory") { doSomethingRelatedToInternalDirectoryUsers(); }
See also