curl --request PATCH \
--url http://{defaultHost}/api/v2/platform/vendors/{id}/invite \
--header 'Authorization: Bearer <token>'Also triggers an invitation email send out to the vendor’s contact person. Only available in Enterprise Edition
curl --request PATCH \
--url http://{defaultHost}/api/v2/platform/vendors/{id}/invite \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Select which associated resources you would like to fetch, see: https://jsonapi.org/format/#fetching-includes
Record updated
Was this page helpful?