Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/serviceAccounts/v1/serviceAccounts \ --header 'Content-Type: application/json' \ --header 'X-Domino-Api-Key: <api-key>' \ --data ' { "email": "<string>", "username": "<string>" } '
{ "metadata": { "notices": [ "<string>" ], "requestId": "<string>" }, "serviceAccount": { "id": "<string>", "username": "<string>", "email": "<string>", "idpId": "<string>" } }
The service account to create
the email that should receive notifications on behalf of the service account
the username of the service account
Creates a service account
Show child attributes
Was this page helpful?
Contact support