curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/users/{userId}/organizations \
--header 'x-api-key: <api-key>'{
"success": true,
"organizations": [
{
"id": 123,
"name": "<string>",
"showHeaderImgMask": true,
"users": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "quijote@edgeimpulse.com",
"created": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "<string>"
},
"pending": true,
"activated": true,
"mfaConfigured": true,
"added": "2019-08-31T17:32:28Z",
"role": "admin",
"projectCount": 123,
"datasets": [
"<string>"
],
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"lastSeen": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:read"
],
"companyName": "Edge Impulse Inc.",
"stripeCustomerId": "<string>",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"<string>"
],
"lastAccessToOrganization": "2023-11-07T05:31:56Z",
"lastOrganizationProjectAccessed": 123
}
],
"isDeveloperProfile": true,
"whitelabelId": 123,
"trialId": 123,
"trialExpiredDate": "2023-11-07T05:31:56Z",
"trialUpgradedDate": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"logo": "https://usercdn.edgeimpulse.com/logos/1.jpg",
"headerImg": "https://usercdn.edgeimpulse.com/leaders/1.jpg",
"whitelabelName": "<string>",
"projects": [
{
"id": 1,
"name": "Water hammer detection",
"description": "<string>",
"created": "2019-07-21T17:32:28Z",
"owner": "<string>",
"ownerIsDeveloperProfile": true,
"collaborators": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "quijote@edgeimpulse.com",
"created": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "<string>"
},
"pending": true,
"activated": true,
"mfaConfigured": true,
"isOwner": true,
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"lastSeen": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:read"
],
"companyName": "Edge Impulse Inc.",
"stripeCustomerId": "<string>",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"<string>"
]
}
],
"labelingMethod": "single_label",
"metadata": {},
"isEnterpriseProject": true,
"whitelabelId": 123,
"tier": "free",
"hasPublicVersion": true,
"isPublic": true,
"allowsLivePublicAccess": true,
"indPauseProcessingSamples": true,
"publicProjectListed": true,
"lastAccessed": "2019-07-21T17:32:28Z",
"lastModified": "2019-07-21T17:32:28Z",
"lastModificationDetails": "Data sample added",
"logo": "<string>",
"ownerUserId": 123,
"ownerOrganizationId": 123,
"ownerAvatar": "<string>",
"developerProfileUserId": 123,
"dataExplorerScreenshot": "<string>",
"whitelabelName": "<string>",
"tags": [
"FOMO",
"beers"
],
"category": "Accelerometer",
"license": "Apache-2.0",
"deletedDate": "2023-11-07T05:31:56Z",
"fullDeletionDate": "2023-11-07T05:31:56Z",
"scheduledFullDeletionDate": "2023-11-07T05:31:56Z"
}
],
"contractStartDate": "2023-11-07T05:31:56Z",
"deletedDate": "2023-11-07T05:31:56Z"
}
],
"error": "<string>"
}List all organizations for a user. This function is only available through a JWT token.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/users/{userId}/organizations \
--header 'x-api-key: <api-key>'{
"success": true,
"organizations": [
{
"id": 123,
"name": "<string>",
"showHeaderImgMask": true,
"users": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "quijote@edgeimpulse.com",
"created": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "<string>"
},
"pending": true,
"activated": true,
"mfaConfigured": true,
"added": "2019-08-31T17:32:28Z",
"role": "admin",
"projectCount": 123,
"datasets": [
"<string>"
],
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"lastSeen": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:read"
],
"companyName": "Edge Impulse Inc.",
"stripeCustomerId": "<string>",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"<string>"
],
"lastAccessToOrganization": "2023-11-07T05:31:56Z",
"lastOrganizationProjectAccessed": 123
}
],
"isDeveloperProfile": true,
"whitelabelId": 123,
"trialId": 123,
"trialExpiredDate": "2023-11-07T05:31:56Z",
"trialUpgradedDate": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"logo": "https://usercdn.edgeimpulse.com/logos/1.jpg",
"headerImg": "https://usercdn.edgeimpulse.com/leaders/1.jpg",
"whitelabelName": "<string>",
"projects": [
{
"id": 1,
"name": "Water hammer detection",
"description": "<string>",
"created": "2019-07-21T17:32:28Z",
"owner": "<string>",
"ownerIsDeveloperProfile": true,
"collaborators": [
{
"id": 1,
"username": "janjongboom",
"name": "Jan Jongboom",
"email": "quijote@edgeimpulse.com",
"created": "2019-08-31T17:32:28Z",
"staffInfo": {
"isStaff": true,
"hasSudoRights": true,
"companyName": "<string>"
},
"pending": true,
"activated": true,
"mfaConfigured": true,
"isOwner": true,
"photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
"lastSeen": "2019-08-31T17:32:28Z",
"jobTitle": "Software Engineer",
"permissions": [
"admin:infra:disallowedEmailDomains:read"
],
"companyName": "Edge Impulse Inc.",
"stripeCustomerId": "<string>",
"hasPendingPayments": true,
"tier": "free",
"idps": [
"<string>"
]
}
],
"labelingMethod": "single_label",
"metadata": {},
"isEnterpriseProject": true,
"whitelabelId": 123,
"tier": "free",
"hasPublicVersion": true,
"isPublic": true,
"allowsLivePublicAccess": true,
"indPauseProcessingSamples": true,
"publicProjectListed": true,
"lastAccessed": "2019-07-21T17:32:28Z",
"lastModified": "2019-07-21T17:32:28Z",
"lastModificationDetails": "Data sample added",
"logo": "<string>",
"ownerUserId": 123,
"ownerOrganizationId": 123,
"ownerAvatar": "<string>",
"developerProfileUserId": 123,
"dataExplorerScreenshot": "<string>",
"whitelabelName": "<string>",
"tags": [
"FOMO",
"beers"
],
"category": "Accelerometer",
"license": "Apache-2.0",
"deletedDate": "2023-11-07T05:31:56Z",
"fullDeletionDate": "2023-11-07T05:31:56Z",
"scheduledFullDeletionDate": "2023-11-07T05:31:56Z"
}
],
"contractStartDate": "2023-11-07T05:31:56Z",
"deletedDate": "2023-11-07T05:31:56Z"
}
],
"error": "<string>"
}User ID
OK
Whether the operation succeeded
Array with organizations
Show child attributes
EdgeImpulse Inc.
Show child attributes
1
"janjongboom"
"Jan Jongboom"
"quijote@edgeimpulse.com"
"2019-08-31T17:32:28Z"
Whether the user has activated their account or not.
Whether the user has configured multi-factor authentication
"2019-08-31T17:32:28Z"
admin, member, guest "https://usercdn.edgeimpulse.com/photos/1.jpg"
"2019-08-31T17:32:28Z"
"Software Engineer"
List of permissions the user has
admin:infra:disallowedEmailDomains:read, admin:infra:disallowedEmailDomains:write, admin:infra:featureFlags:read, admin:infra:featureFlags:write, admin:infra:config:read, admin:infra:config:write, admin:infra:migrations:read, admin:infra:migrations:write, admin:metrics:read, admin:metrics:write, admin:oauth:read, admin:oauth:write, admin:organizations:read, admin:organizations:write, admin:organizations:members:write, admin:projects:members:write, admin:projects:read, admin:projects:write, admin:trashbin:write, admin:trials:read, admin:trials:write, admin:users:permissions:write, admin:users:read, admin:users:write, admin:jobs:read, admin:emails:verification:code:read, admin:sso:read, admin:sso:domainIdps:write, projects:limits:write, projects:training:keras:write, projects:data:versioning:write, thirdpartyauth:read, thirdpartyauth:write, users:emails:read, whitelabels:read, whitelabels:write, test:data:write "Edge Impulse Inc."
Stripe customer ID, if any.
Whether the user has pending payments.
The user account tier.
free, community-plus, professional, enterprise List of identity providers (e.g. Google, GitHub) that the user has used to sign in with
Date when the user last accessed the organization data.
ID of the last project accessed by the user in the organization.
Unique identifier of the white label this organization belongs to, if any.
Unique identifier of the trial this organization belongs to, if any.
Date when the trial expired, if any. A expired trial has a grace period of 30 days before it's associated organization is deleted.
Date when the trial was upgraded to a full enterprise account, if any.
Date when the organization was created.
"https://usercdn.edgeimpulse.com/logos/1.jpg"
"https://usercdn.edgeimpulse.com/leaders/1.jpg"
Name of the white label this organization belongs to, if any.
Show child attributes
1
"Water hammer detection"
"2019-07-21T17:32:28Z"
User or organization that owns the project
Show child attributes
1
"janjongboom"
"Jan Jongboom"
"quijote@edgeimpulse.com"
"2019-08-31T17:32:28Z"
Whether the user has activated their account or not.
Whether the user has configured multi-factor authentication
"https://usercdn.edgeimpulse.com/photos/1.jpg"
"2019-08-31T17:32:28Z"
"Software Engineer"
List of permissions the user has
admin:infra:disallowedEmailDomains:read, admin:infra:disallowedEmailDomains:write, admin:infra:featureFlags:read, admin:infra:featureFlags:write, admin:infra:config:read, admin:infra:config:write, admin:infra:migrations:read, admin:infra:migrations:write, admin:metrics:read, admin:metrics:write, admin:oauth:read, admin:oauth:write, admin:organizations:read, admin:organizations:write, admin:organizations:members:write, admin:projects:members:write, admin:projects:read, admin:projects:write, admin:trashbin:write, admin:trials:read, admin:trials:write, admin:users:permissions:write, admin:users:read, admin:users:write, admin:jobs:read, admin:emails:verification:code:read, admin:sso:read, admin:sso:domainIdps:write, projects:limits:write, projects:training:keras:write, projects:data:versioning:write, thirdpartyauth:read, thirdpartyauth:write, users:emails:read, whitelabels:read, whitelabels:write, test:data:write "Edge Impulse Inc."
Stripe customer ID, if any.
Whether the user has pending payments.
The user account tier.
free, community-plus, professional, enterprise List of identity providers (e.g. Google, GitHub) that the user has used to sign in with
single_label, object_detection Metadata about the project
Whether this is an enterprise project
Unique identifier of the white label this project belongs to, if any.
The project tier. This is "enterprise" for all organization projects, or the user tier for all user projects.
free, community-plus, professional, enterprise Whether this project has been published or not.
Whether this is a public version of a project. A version is a snapshot of a project at a certain point in time, which can be used to periodically save the state of a project. Versions can be private (just for internal use and reference) or public, available to everyone. A public version can be cloned by anyone, restoring the state of the project at the time into a new, separate project.
Whether this project allows live, public access. Unlike a public version, a live public project is not fixed in time, and always includes the latest project changes. Similar to public versions, a live public project can be cloned by anyone, creating a new, separate project.
If the project allows public access, whether to list it the public projects overview response. If not listed, the project is still accessible via direct link. If the project does not allow public access, this field has no effect.
"2019-07-21T17:32:28Z"
"2019-07-21T17:32:28Z"
Details about the last modification
"Data sample added"
Custom logo for this project (not available for all projects)
URL of the project owner avatar, if any.
User ID of the developer profile, if any.
Name of the white label this project belongs to, if any.
List of project tags
["FOMO", "beers"]Project category
Accelerometer, Audio, Images, Keyword spotting, Object detection, Other Public project license, if any.
Apache-2.0, BSD-3-Clause, BSD-3-Clause-Clear Date when the current contract started, if any.
The date in which the organization was deleted. If the organization is not deleted, this field is not set.
Optional error description (set if 'success' was false)
Was this page helpful?