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