Home > @vsf-enterprise/sapcc-api > Endpoints > updateUser

Endpoints.updateUser() method

Update User

Signature:

updateUser(context: SapccIntegrationContext, props: UpdateUserProps): Promise<User>;

Parameters

Parameter Type Description
context SapccIntegrationContext An auto-generated value prepended to the method as a first parameter.
props UpdateUserProps An object containing propertios for update users.

Returns:

Promise<User>