Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / clients / updateUser

Function: updateUser()

updateUser(client, userId, changes): Promise<{ }>

Defined in: packages/b2c-tooling-sdk/src/clients/am-api.ts:317

Updates an existing user.

Parameters

client

AccountManagerUsersClient

Account Manager Users client

userId

string

User ID

changes

Changes to apply

Returns

Promise<{ }>

Updated user

Throws

Error if request fails

Released under the Apache-2.0 License.