All Products
Search
Document Center

Identity as a Service:GetGroup

Last Updated:Jul 31, 2025

Queries the details of a group.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /v2/{instanceId}/{applicationId}/groups/{groupId} HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
AuthorizationstringYes

The authentication information. The value is in the Bearer ${access_token} format. Example: Bearer ATxxxx.

Bearer xxxx
instanceIdstringYes

The instance ID.

idaas_ue2jvisn35ea5lmthk267xxxxx
applicationIdstringYes

The application ID.

app_mkv7rgt4d7i4u7zqtzev2mxxxx
groupIdstringYes

The group ID.

group_wovwffm62xifdziem7an7xxxxx

Response parameters

ParameterTypeDescriptionExample
object

DeveloperGroupDTO

instanceIdstring

The instance ID.

idaas_ue2jvisn35ea5lmthk267xxxxx
groupIdstring

The group ID.

group_ufdsasn35ea5lmthk267xxxxx
groupNamestring

The group name.

name_test
descriptionstring

The group description.

description_demo
groupExternalIdstring

The external ID of the group.

group_ufdsasn35ea5lmthk267xxxxx
groupSourceTypestring

The source type of the group. Valid values: build_in, ding_talk, ad, and ldap.

build_in
groupSourceIdstring

The source ID of the group.

idaas_ue2jvisn35ea5lmthk267xxxxx
createTimelong

The time when the group was created. The value is a UNIX timestamp. Unit: milliseconds.

1652085686179
updateTimelong

The time when the group was last updated. The value is a UNIX timestamp. Unit: milliseconds.

1652085686179

Examples

Sample success responses

JSONformat

{
  "instanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
  "groupId": "group_ufdsasn35ea5lmthk267xxxxx",
  "groupName": "name_test",
  "description": "description_demo",
  "groupExternalId": "group_ufdsasn35ea5lmthk267xxxxx",
  "groupSourceType": "build_in",
  "groupSourceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
  "createTime": 1652085686179,
  "updateTime": 1652085686179
}

Error codes

For a list of error codes, visit the Service error codes.