getUserProperties
FunctiongetUserProperties(username: string, requestOptions: IAuthenticatedRequestOptions): Promise<IUserProperties>Fetches the properties for a user
Parameters
| Parameter | Type | Notes |
|---|---|---|
username | string | The user whose properties to fetch |
request | IAuthenticatedRequestOptions | An IAuthenticatedRequestOptions object |
Returns
Promise<IUserProperties>a promise that resolves an IUserProperties object