Info | ||
---|---|---|
| ||
This routine is available starting with katl-commons SIL Engine™ 1.0. |
Syntax
usersInRole(project, role)
...
Excerpt |
---|
Returns the users that corespond to a certain role on the specified project. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
Project key | String | Yes | Key of the selected project. |
Role name | String | Yes | Name of the role that is verified. |
Return type
string []
Returns a list with the usernames of the users who have the given role on the specified project.
...