Introduction
The IAM (Identity and Access Management) service provides comprehensive account management operations including user management, API token management, authentication, and account details retrieval.Service Structure
The IAM service is organized into the following sub-services:- Users: Manage user accounts, invitations, and permissions
- API Tokens: Create and manage permanent API tokens for automated requests
Initializing the IAM Service
Account Management
Get Account Overview
Retrieve detailed information about your account, including users, services, and features.The account ID
The company name
The account email address
Status of the account. Possible values:
new, trial, trialend, active, integration, paused, preparation, readyID of the current user
Indicates if the account has been deleted
List of services available for the account. Values:
CDN, STORAGE, STREAMING, DNS, DDOS, CLOUDList of account users with their details
Information about free features available for the account, organized by service (CDN, Storage, Streaming, DNS, DDOS, Cloud)
Information about paid features available for the account, organized by service
Status information for all available services
User Groups and Roles
IAM supports 5 user groups with different permission levels:- Administrators (ID: 1) - Full account access
- Users (ID: 2) - Standard user access
- Engineers (ID: 5) - Engineering-specific permissions
- Purge and Prefetch only (API) (ID: 3022) - API-only purge/prefetch access
- Purge and Prefetch only (API+Web) (ID: 3009) - Web and API purge/prefetch access
Authentication Types
The IAM service supports multiple authentication methods:password- Traditional password-based authenticationsso- SAML SSO authenticationgithub- GitHub OAuthgoogle-oauth2- Google OAuth 2.0
Language Support
User language preferences affect the control panel and email messages. Supported languages:de- Germanen- Englishru- Russianzh- Chineseaz- Azerbaijani
Next Steps
User Management
Learn how to manage users, send invitations, and update user details
API Tokens
Create and manage permanent API tokens for automated access
