This endpoint creates a new service account within a specific company. A unique system-generated email (e.g., @inncretech.iam.serviceaccount.com) is assigned to the account upon creation.
Endpoint: https://be.datagol.ai/idp/api/v1/company/serviceAccount
Method: POST
Auth Required: Bearer Token (Requires ACCOUNT_ADMIN or similar privileges)
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | The unique identifier or display name for the service account with no spaces or special characters. |
description | string | No | A brief explanation of the accountโs purpose (can be an empty string). |