Last updated 10 months ago
Was this helpful?
Set the datasets a guest member has access to in an organization.
/api/organizations/{organizationId}/members/{memberId}/datasets
Organization ID
Member ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/{memberId}/datasets' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"datasets":[null]}'
{ "success": true, "error": "text" }