All Products
Search
Document Center

Drive and Photo Service:GetGroup

Last Updated:May 26, 2026

Retrieves information about a group.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST /v2/group/get HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

domain_id

string

Yes

body

object

No

The request body.

group_id

string

Yes

The ID of the group to retrieve.

2e43ec8427dd45f19431b7504649a1b1

Response elements

Element

Type

Description

Example

Group

The details of the group.

Examples

Success response

JSON format

{
  "domain_id": "bj1",
  "group_id": "b45c0c0c373c41ec9ebb5c85a025a08f",
  "group_name": "test group",
  "description": "created by system",
  "created_at": 0,
  "updated_at": 0,
  "creator": "c9b7a5aa04d14ae3867fdc886fa01da4",
  "is_sync": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.