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
Responses
- 200
- 400
- 401
- 403
User found.
- application/json
- Schema
- Example (from schema)
Schema
- providerUserIds string[]
List of provider users in the contract.
{
"providerUserIds": [
"string"
]
}
Invalid request parameters.
Missing or invalid API key.
Given API key is not allowed to get user with given parameters.
Loading...