Authenticates a user into the DataGOL Platform. On success, it returns the userβs profile, including their administrative roles and assigned permissions within the workspace.
Endpoint:
https://be.datagol.ai/idp/api/v1/user/login
Method: POST
Auth Required: No (Initial authentication)
| Field | Type | Description |
|---|---|---|
string | The registered email address (e.g., user@inncretech.com). | |
| password | string | The userβs account password. |