Set Member Datasets
Set the datasets a guest member has access to in an organization.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/{memberId}/datasets \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"datasets":["string"]}'
Last updated
Was this helpful?