Skip to main content

Get user providers for given user id

Get all providers assigned to the given user. One client user can have 1 or more providers assigned to them.

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.

Responses

User found.


Schema
  • providerUserIds string[]

    List of provider users in the contract.

Loading...