setUserProperties
FunctionsetUserProperties(username: string, properties: IUserProperties, requestOptions: IAuthenticatedRequestOptions): 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 | IAuthenticatedRequestOptions | An IAuthenticatedRequestOptions object |
Returns
Promise<{ success: boolean }>a promise that resolves to { success: boolean }