setUserProperties

setUserProperties

Function
setUserProperties(usernamestring, propertiesIUserProperties, requestOptionsIUserRequestOptions): Promise<{ success: boolean }>

Updates the properties for a user

Parameters
ParameterTypeNotes
username
string

The user whose properties to update

properties
IUserProperties

IUserProperties object with properties to update

requestOptions
IUserRequestOptions

An IUserRequestOptions object

Returns 
Promise<{ success: boolean }>

a promise that resolves to { success: boolean }

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.