Amazon IAM Identity Center · JSON Structure

Identitystore List Group Memberships For Member Request Structure

ListGroupMembershipsForMemberRequest schema from AWS IAM Identity Center

Type: object Properties: 4 Required: 2
Access ControlAuthenticationIdentity ManagementSingle Sign-On

ListGroupMembershipsForMemberRequest is a JSON Structure definition published by Amazon IAM Identity Center, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IdentityStoreId MemberId MaxResults NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-structure/identitystore-list-group-memberships-for-member-request-structure.json",
  "name": "ListGroupMembershipsForMemberRequest",
  "description": "ListGroupMembershipsForMemberRequest schema from AWS IAM Identity Center",
  "type": "object",
  "properties": {
    "IdentityStoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityStoreId"
        },
        {
          "description": "The globally unique identifier for the identity store."
        }
      ]
    },
    "MemberId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MemberId"
        },
        {
          "description": "An object that contains the identifier of a group member. Setting the <code>UserID</code> field to the specific identifier for a user indicates that the user is a member of the group."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The maximum number of results to be returned per request. This parameter is used in the <code>ListUsers</code> and <code>ListGroups</code> requests to specify how many results to return in one page. The length limit is 50 characters."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The pagination token used for the <code>ListUsers</code>, <code>ListGroups</code>, and <code>ListGroupMemberships</code> API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page."
        }
      ]
    }
  },
  "required": [
    "IdentityStoreId",
    "MemberId"
  ]
}