userKeyToUsername
Syntax | userKeyToUsername(userKey) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns the username for the provided user key.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
user key | String | Yes | User key. |
Return Type
String
Returns the username
Example
string username = userKeyToUsername("someUserKey");