Services

API

Инструкции на Русском

All
  • All
  • AC
  • AOM
  • AOS
  • APIG
  • APISIGN
  • APM
  • AS
  • BMS
  • CBH
  • CBR
  • CCE
  • CCM
  • CES
  • CGS
  • CLOUDCLI
  • CPTS
  • CSS
  • CTS
  • DAS
  • DAYU
  • DBSS
  • DC
  • DCS
  • DDM
  • DDS
  • DLI
  • DNS
  • DRS
  • DWS
  • ECS
  • EIP
  • ELB
  • EM
  • EVS
  • FUNCTIONGRAPH
  • GES
  • HRM
  • HSS
  • IAAS
  • IAM
  • IMS
  • KAFKA
  • KMS
  • LTS
  • MRS
  • NAT
  • OBS
  • RABBITMQ
  • RDS
  • SERVICESTAGE
  • SFS
  • SMN
  • SMS
  • SWR
  • TMS
  • VPC
  • VPCEP
  • VPN
  • WAF
  1. Help Center
  2. Identity and Access Management
  3. API Reference
  4. Before You Start
  1. Help Center
  2. Identity and Access Management
  3. Before You Start
  4. Overview
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Querying the Operation Protection Policy
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Token Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Querying User Groups Associated with an Enterprise Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Token Management
  5. Obtaining a User Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Obtaining a Token in Federated Identity Authentication Mode
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Obtaining a Token in Federated Identity Authentication Mode
  6. SP Initiated
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Identity Provider
  6. Querying the Identity Provider List
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Mapping
  6. Querying the Mapping List
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Protocol
  6. Querying the Protocol List
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Metadata
  6. Querying a Metadata File
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Token
  6. Obtaining an Unscoped Token (SP Initiated)
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Domain
  6. Querying the List of Domains Accessible to Federated Users
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Project
  6. Querying the List of Projects Accessible to Federated Users
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Identity Brokers
  5. Obtaining a Login Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Version Information Management
  5. Querying Keystone API Version Information

Querying Keystone API Version Information

Function

This API is used to obtain the keystone API version information.

URI

GET /

Request Parameters

Example request

curl -i -k -X GET https://sample.domain.com/

Response Parameters

  • Response parameter description

    Parameter

    Mandatory

    Type

    Description

    versions

    Yes

    Object

    Keystone API version information.

    values

    Yes

    Array

    Keystone API version list.

  • Description for the values format

    Parameter

    Mandatory

    Type

    Description

    status

    Yes

    String

    Version status.

    updated

    Yes

    String

    Last version update time.

    media-types

    Yes

    Array

    Version-supported message format.

    id

    Yes

    String

    Version, for example, v3.0.

    links

    Yes

    Array

    Version resource link.

  • Example response (successful response)
    {
        "versions": {
            "values": [
                {
                    "media-types": [
                        {
                            "type": "application/vnd.openstack.identity-v3+json",
                            "base": "application/json"
                        }
                    ],
                    "links": [
                        {
                            "rel": "self",
                            "href": "https://sample.domain.com/v3/"
                        }
                    ],
                    "id": "v3.6",
                    "updated": "2016-04-04T00:00:00Z",
                    "status": "stable"
                }
            ]
        }
    }

Status Codes

Status Code

Description

300

The request is successful.

400

The server failed to process the request.

404

The requested resource cannot be found.

503

Service unavailable.

  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Services and Endpoints
  5. Querying Services
  1. Help Center
  2. Identity and Access Management
  3. Permissions Policies and Supported Actions
  4. Introduction
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Access Key Management
  5. Obtaining a Temporary AK/SK
  1. Help Center
  2. Identity and Access Management
  3. Appendix
  4. Status Codes
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Region Management
  5. Querying a Region List
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  5. Querying Project Information Based on the Specified Criteria
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Tenant Management
  5. Querying the List of Domains Accessible to Users
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Querying a User List
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Group Management
  5. Listing User Groups
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Querying a Role List
  1. Help Center
  2. Identity and Access Management
  3. Calling APIs
  4. Making an API Request
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Policy Management
  5. Listing Custom Policies
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Creating an Agency
  1. Help Center
  2. Identity and Access Management
  3. API Overview
  1. Help Center
  2. Identity and Access Management
  3. Before You Start
  4. API Calling
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Modifying the Operation Protection Policy
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Access Key Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Querying the Permissions of a User Group Associated with an Enterprise Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Token Management
  5. Obtaining an Agency Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Identity Provider
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Obtaining a Token in Federated Identity Authentication Mode
  6. IdP Initiated
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Identity Provider
  6. Querying an Identity Provider
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Mapping
  6. Querying a Mapping
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Protocol
  6. Querying a Protocol
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Metadata
  6. Querying the Metadata File of Keystone
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Token
  6. Obtaining an Unscoped Token (IdP Initiated)
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Version Information Management
  5. Querying Information About Keystone API Version 3.0
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Services and Endpoints
  5. Querying Service Details
  1. Help Center
  2. Identity and Access Management
  3. Permissions Policies and Supported Actions
  4. Action List
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Access Key Management
  5. Creating a Permanent Access Key
  1. Help Center
  2. Identity and Access Management
  3. Appendix
  4. Error Codes
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Region Management
  5. Querying Region Details
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  5. Querying a User Project List
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Tenant Management
  5. Querying the Password Strength Policy
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Querying User Details
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Group Management
  5. Querying User Group Details
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Querying Role Details
  1. Help Center
  2. Identity and Access Management
  3. Calling APIs
  4. Authentication
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Policy Management
  5. Querying Custom Policy Details
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Querying an Agency List Based on the Specified Conditions
  1. Help Center
  2. Identity and Access Management
  3. Calling APIs
  1. Help Center
  2. Identity and Access Management
  3. Before You Start
  4. Endpoints
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Querying the Password Policy
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Region Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Granting Permissions to a User Group Associated with an Enterprise Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Token Management
  5. Verifying a Token and Returning a Valid Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Mapping
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Identity Provider
  6. Creating an Identity Provider
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Mapping
  6. Creating a Mapping
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Protocol
  6. Registering a Protocol
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Metadata
  6. Importing a Metadata File
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Token
  6. Obtaining a Scoped Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Services and Endpoints
  5. Querying Endpoints
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Access Key Management
  5. Listing Permanent Access Keys
  1. Help Center
  2. Identity and Access Management
  3. Appendix
  4. Obtaining User, Account, User Group, Project, and Agency Information
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  5. Querying the List of Projects Accessible to Users
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Tenant Management
  5. Querying the Password Strength Policy by Option
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Querying User Details (Recommended)
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Group Management
  5. Creating a User Group
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Querying Permissions of a User Group Under a Domain
  1. Help Center
  2. Identity and Access Management
  3. Calling APIs
  4. Response
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Policy Management
  5. Creating a Custom Policy for Cloud Services
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Obtaining Details of a Specified Agency
  1. Help Center
  2. Identity and Access Management
  3. APIs
  1. Help Center
  2. Identity and Access Management
  3. Before You Start
  4. Constraints
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Modifying the Password Policy
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Removing Permissions of a User Group Associated with an Enterprise Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Token Management
  5. Verifying a Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Protocol
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Identity Provider
  6. Creating an OpenID Connect Identity Provider
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Mapping
  6. Updating a Mapping
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Protocol
  6. Updating a Protocol
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Token
  6. Obtaining a Token with an OpenID Connect ID Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Services and Endpoints
  5. Querying Endpoint Details
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Access Key Management
  5. Querying a Permanent Access Key
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  5. Creating a Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Tenant Management
  5. Querying a Resource Quota
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Querying the User Group to Which a User Belongs
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Group Management
  5. Adding a User to a User Group
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Querying Permissions of a User Group Corresponding to a Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Policy Management
  5. Creating a Custom Policy for Agencies
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Modifying an Agency
  1. Help Center
  2. Identity and Access Management
  3. Permissions Policies and Supported Actions
  1. Help Center
  2. Identity and Access Management
  3. Before You Start
  4. Concepts
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Querying the Login Authentication Policy
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Tenant Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Querying the Enterprise Projects Associated with a User Group
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Token Management
  5. Deleting a User Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Metadata
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Identity Provider
  6. Updating a SAML Identity Provider
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Mapping
  6. Deleting a Mapping
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Protocol
  6. Deleting a Protocol
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Token
  6. Obtaining an Unscoped Token with an OpenID Connect ID Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Services and Endpoints
  5. Querying the Service Catalog
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Access Key Management
  5. Modifying a Permanent Access Key
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  5. Modifying Project Data
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Querying Users in a User Group
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Group Management
  5. Updating a User Group
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Granting Permissions to a User Group of a Domain
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Policy Management
  5. Modifying a Custom Policy for Cloud Services
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Deleting an Agency
  1. Help Center
  2. Identity and Access Management
  3. Appendix
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Modifying the Login Authentication Policy
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Querying the Enterprise Projects Directly Associated with an IAM User
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Token
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Identity Provider
  6. Updating an OpenID Connect Identity Provider
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Access Key Management
  5. Deleting a Permanent Access Key
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  5. Querying Information About a Specified Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Creating an IAM User (Recommended)
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Group Management
  5. Deleting a User Group
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Granting Permissions to a User Group Corresponding to a Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Policy Management
  5. Modifying a Custom Policy for Agencies
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Granting Permissions to an Agency for a Project
  1. Help Center
  2. Identity and Access Management
  3. Change History
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Querying the ACL for Console Access
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Group Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Querying Users Directly Associated with an Enterprise Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Domain
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Identity Provider
  6. Querying an OpenID Connect Identity Provider
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  5. Setting the Status of a Specified Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Creating a User
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Group Management
  5. Querying Whether a User Belongs to a User Group
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Deleting Permissions of a User Group Corresponding to a Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Policy Management
  5. Deleting a Custom Policy
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Checking Whether an Agency Has the Specified Permissions on a Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Modifying the ACL for Console Access
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Querying Permissions of a User Directly Associated with an Enterprise Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  5. Identity Provider
  6. Deleting an Identity Provider
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  5. Querying Information and Status of a Specified Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Changing a Password
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Deleting Permissions of a User Group of a Domain
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Querying the List of Permissions of an Agency on a Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Querying the ACL for API Access
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Policy Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Granting a User Permissions for an Enterprise Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Project Management
  5. Querying the Quotas of a Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Modifying User Information
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Querying Whether a User Group Under a Domain Has Specific Permissions
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Deleting Permissions of an Agency on a Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Modifying the ACL for API Access
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  5. Removing Permissions of a User Directly Associated with an Enterprise Project
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Modifying User Information (Including Email Address and Mobile Number) as an IAM User
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Querying Whether a User Group Corresponding to a Project Has Specific Permissions
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Granting Permissions to an Agency on a Domain
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Querying MFA Device Information of Users
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Modifying User Information (Including Email Address and Mobile Number) as the Administrator
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Granting Permissions to a User Group for All Projects
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Checking Whether an Agency Has the Specified Permissions on a Domain
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Querying the MFA Device Information of a User
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Enterprise Project Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Deleting a User
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Removing Specified Permissions of a User Group in All Projects
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Querying the List of Permissions of an Agency on a Domain
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Querying Login Protection Configurations of Users
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Federated Identity Authentication Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. User Management
  5. Deleting a User from a User Group
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Checking Whether a User Group Has Specified Permissions for All Projects
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Deleting Permissions of an Agency on a Domain
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Querying the Login Protection Configuration of a User
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Custom Identity Brokers
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Permission Management
  5. Querying All Permissions of a User Group
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Querying All Permissions of an Agency
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Modifying the Login Protection Configuration of a User
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Version Information Management
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Granting Specified Permissions to an Agency for All Projects
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Binding a Virtual MFA Device
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Services and Endpoints
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Checking Whether an Agency Has Specified Permissions
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Unbinding a Virtual MFA Device
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Agency Management
  5. Removing Specified Permissions of an Agency in All Projects
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Creating a Virtual MFA Device
  1. Help Center
  2. Identity and Access Management
  3. APIs
  4. Security Settings
  5. Deleting a Virtual MFA Device