curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/invite \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"email": "<string>",
"role": "admin",
"datasets": [
"<string>"
]
}'
{
"success": true,
"error": "<string>"
}
Invite a member to an organization.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/invite \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"email": "<string>",
"role": "admin",
"datasets": [
"<string>"
]
}'
{
"success": true,
"error": "<string>"
}
Organization ID
OK
The response is of type object
.