Accept End-User License AgreementTo access some models or tooling, you might need to first accept an End-User License Agreement. The full list of available EULAs are listed via GetUserResponse.Parameters
Activate user by third party activation codeActivate a user that was created by a third party. This function is only available through a JWT token.Parameters
Create enterprise trial userCreates an enterprise trial user and a new trial organization, and redirects the user to the new organization. This API is internal (it requires some signed fields), sign up at https://studio.edgeimpulse.com/signup instead.Parameters
Create Professional Tier userCreate a new user for the Professional Plan and a new project. Note that the Professional plan will not be enabled until the payment is successful. This API is internal (it requires some signed fields), sign up at https://studio.edgeimpulse.com/signup instead.Parameters
Create userCreate a new user and project. This API is no longer publicly available. Sign up at https://studio.edgeimpulse.com/signup instead.Parameters
edgeimpulse_api.api.user_api.get_current_user( self, exclude_projects: Annotated[pydantic.types.StrictBool | None, FieldInfo(default=PydanticUndefined, description='If set to "true", the "projects" field is left empty (will be faster if you call this function a lot). Use `getCurrentUserProjects` to get the project list in a separate call.', extra={})] = None, **kwargs) ‑> edgeimpulse_api.models.get_user_response.GetUserResponse
Get current userGet information about the current user. This function is only available through a JWT token.Parameters
self
exclude_projects: Annotated[pydantic.types.StrictBool | None, FieldInfo(default=PydanticUndefined, description=‘If set to “true”, the “projects” field is left empty (will be faster if you call this function a lot). Use getCurrentUserProjects to get the project list in a separate call.’, extra=)] = None
Get current user projectsGet projects for the current user. This returns all projects regardless of whitelabel. This function is only available through a JWT token.Parameters
Get user by third party activation codeGet information about a user through an activation code. This function is only available through a JWT token.Parameters
List emailsGet a list of all emails sent by Edge Impulse to the current user. This function is only available through a JWT token, and is not available for all users.Parameters
List emailsGet a list of all emails sent by Edge Impulse to a user. This function is only available through a JWT token, and is not available for all users.Parameters
Get buckets current userList all organizational storage buckets that the current user has access to. This function is only available through a JWT token.Parameters
Get user billable compute metricsGet billable compute metrics for a user. This function is only available to users with an active subscription.Parameters
Undo subscription cancellationStop a pending cancellation. If you schedule a subscription to be canceled, and the subscription hasn’t yet reached the end of the billing period, you can stop the cancellation. After a subscription has been canceled, you can’t reactivate it.Parameters