Skip to content

PlatformUserMethods

Methods attached to user objects returned by the Users service.

Methods

update()

update(update: PlatformUserUpdateOptions): Promise<void>

Updates this user. Only the fields present in update are changed.

Parameters

Parameter Type Description
update PlatformUserUpdateOptions The fields to change

Returns

Promise<void>

Promise that resolves when the update has been applied