getUserByFullName
Syntax | getUserByFullName(fullName, [forceIncludeEmail]) | Package |
|
Alias |
| Pkg Usage |
|
Description
Gets the user by full name.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
fullName | String | Yes | Full name. |
forceIncludeEmail | boolean | No | Optional boolean flag which, if true, is used to force the extraction of the user's email in the result. |
Return Type
Returns the first user found with the specified full name.