Skip to main content

Update user providers by id

Update user's providers assignment. All current providers are replaced by the ones from the request.

Path Parameters
  • userId string required

    The user's internal Upheal UUID or the partner's partnerUserId (external ID) set during user creation. Note - using partnerUserId may result in slightly higher latency due to an additional lookup.

Request Body required
  • providerUserIds string[] required

    Complete list of provider user ids.

Responses

User providers updated.


Schema
  • providerUserIds string[]

    List of provider users in the contract.

Loading...