PlatformUserMethods
Methods attached to user objects returned by the Users service.
Methods¶
update()¶
update(
update:PlatformUserUpdateOptions):Promise<PlatformUserUpdateResponse>
Updates this user. Only the fields present in update are changed.
Parameters¶
| Parameter | Type | Description |
|---|---|---|
update |
PlatformUserUpdateOptions |
The fields to change |
Returns¶
Promise<PlatformUserUpdateResponse>
Promise resolving to the update result