Service Account β
A Service Account is a technical account designed for a non-human (technical) access to the Cloud-IAM API. It can be used to automate tasks such as monitoring, managing extensions, exporting data, and more.
While itβs technically possible to use personal (nominative) accounts for automation, we strongly recommend using service accounts instead. They are not tied to individual users and continue to function even during changes in organization membership; ensuring greater stability and security for automated workflows.
Just like a Cloud-IAM console user, each service account is attached to an organization with a role and access scope.
Service Account quota
Please note that you can create a maximum of 4 distinct Service accounts.
If you would need more Service accounts, please contact the Cloud-IAM support team.
Create a service account β
Step 1 - Create the service account β
To add a new service account to your organization:
- Open Cloud-IAM console
- Navigate to
Members
section - Click on
Service Account
tab - Select
+ Add Service Account
- Assign Role for your service account
- Then click on
Add
to create it

Step 2 - Save service account credentials β
After the account is created:
- A window will appear displaying the
Client ID
andClient Secret
- Copy both credentials immediately
- You can also copy the cURL or JavaScript command to use this new service account with our APIs
Copy the Client Secret
The Client Secret will not be visible again after this step.
Be sure to store it securely.

Delete a service account β
To remove a service account from your organization:
- Open Cloud-IAM console
- Navigate to
Members
section - Click on
Service Account
tab - Locate the service account to be delete and click on
βοΈ
(Remove) icon - Confirm the deletion by entering the service account details
- Then click on
Delete
to finalize the removal
Once removed, the service account will immediately lose access to your organization and all associated deployments.
