Last updated 12 months ago
Was this helpful?
Tells whether a user is registered and whether it needs to set its password.
Username or email
GET /v1/api-user-need-to-set-password/{usernameOrEmail} HTTP/1.1 Host: studio.edgeimpulse.com Accept: */*
OK
{ "success": true, "error": "text", "email": "text", "needPassword": true, "whitelabels": [ "text" ], "trials": [ { "id": 1, "userId": 1, "organizationId": 1, "created": "2025-04-16T14:20:33.844Z", "expirationDate": "2020-01-01T00:00:00Z", "notes": "This is a trial for the company's new project.", "expiredDate": "2025-04-16T14:20:33.844Z", "deletedDate": "2025-04-16T14:20:33.844Z", "upgradedDate": "2025-04-16T14:20:33.844Z" } ], "emailVerified": true, "idps": [ "okta", "google" ] }