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