Get nested group by ID
Get nested group by ID
Gets a specific containing group for a group.
GET
Get nested group by ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the group.
The ID of the containing group.
Response
200 - application/json
The created GroupContainingGroup object.
GroupContainingGroup Object
Description
The GroupContainingGroup object is used to represent a relationship between a group and a group.
The groupID of the containing group.
Example:
"f454d283-ca87-4a8a-bdbb-df212eca5353"
The updated duration for which the group can be accessed (in minutes). Use 0 for indefinite.
Required range:
x <= 525960Example:
120
The updated remote ID of the access level granted to this group.
Example:
"arn:aws:iam::590304332660:role/ReadOnlyAccess"
Last modified on June 5, 2026

