Local User Exists
Checks if a local user exists. Returns true when the given user is found.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
User Name | String | Yes | The name of the user to check. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero, or any value other than zero to indicate failure. |
Result | String | Object execution error details. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
User Name | String | Yes | name@domain.com |