Returns all users that belong to any role in the RoleMapper.
Syntax
Usr_GetUsers(string sessionId, out string lastError, out string[] users)
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
lastError | Error message or an empty string if the call was successful |
users | String array of all user names that belong to any role in the RoleMapper |
Return Value
Value | Description |
---|---|
0 |
OK |
-100 |
Error |