Skip to content

setUserProperties

setUserProperties

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

Updates the properties for a user

Parameters
ParameterTypeNotes
usernamestring

The user whose properties to update

propertiesIUserProperties

IUserProperties object with properties to update

requestOptionsIAuthenticatedRequestOptions

An IAuthenticatedRequestOptions 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.