Help Center/ Data Security Center/ API Reference/ API Description/ Multi-Account Management/ Viewing the Organization Information of the Account
Updated on 2026-01-13 GMT+08:00

Viewing the Organization Information of the Account

Function

This API is used to view the information about the organization to which the current account belongs, including the basic information and member list of the organization.

Calling Method

For details, see Calling APIs.

URI

GET /v1/{project_id}/multi-accounts/account-info

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID, which is used to identify a specific project.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

is_admin

Boolean

Whether the user is an administrator.

is_delegated_admin

Boolean

Whether the user is an agent administrator.

is_trusted_service

Boolean

Whether the service is trusted.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

Request succeeded. The organization information is returned.

401

Unauthorized access to the resource.

403

Access denied. Insufficient permissions.

404

The requested resource does not exist.

Error Codes

See Error Codes.