Last updated 10 months ago
Was this helpful?
Tells whether a user is registered and whether it needs to set its password.
/api-user-need-to-set-password/{usernameOrEmail}
Username or email
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api-user-need-to-set-password/{usernameOrEmail}'
{ "success": true, "error": "text", "email": "text", "needPassword": true, "emailVerified": true, "whitelabels": [ "text" ], "trials": [ { "id": 1, "userId": 1, "organizationId": 1, "created": "2025-02-21T18:02:47.364Z", "expirationDate": "2020-01-01T00:00:00Z", "notes": "This is a trial for the company's new project.", "expiredDate": "2025-02-21T18:02:47.364Z", "deletedDate": "2025-02-21T18:02:47.364Z", "upgradedDate": "2025-02-21T18:02:47.364Z" } ] }