setUserProperties
FunctionsetUserProperties(username: string, properties: IUserProperties, requestOptions: IUserRequestOptions): Promise<{ success: boolean }>
Updates the properties for a user
Parameters
Parameter | Type | Notes |
---|---|---|
username | string | The user whose properties to update |
properties | IUserProperties | IUserProperties object with properties to update |
request | IUserRequestOptions | An IUserRequestOptions object |
Returns
Promise<{ success: boolean }>
a promise that resolves to { success: boolean }