curl --request POST \
--url https://api.getcargo.io/v1/revenueOrganization/members/sync \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connectorUuid": "<string>"
}
'{}Sync members from external source
curl --request POST \
--url https://api.getcargo.io/v1/revenueOrganization/members/sync \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connectorUuid": "<string>"
}
'{}Was this page helpful?