Amazon Cognito · JSON Structure

Cognito Idp Admin List Groups For User Response Structure

AdminListGroupsForUserResponse schema from Amazon Cognito

Type: object Properties: 2
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

AdminListGroupsForUserResponse is a JSON Structure definition published by Amazon Cognito, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Groups NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Groups": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GroupListType"
        },
        {
          "description": "The groups that the user belongs to."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationKey"
        },
        {
          "description": "An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-admin-list-groups-for-user-response-structure.json",
  "name": "AdminListGroupsForUserResponse",
  "description": "AdminListGroupsForUserResponse schema from Amazon Cognito"
}