Source

This page was generated with Wiki Builder. Do not change the format!

Info

Get the list of members in a given group.

Parameters

Path Parameters

Name Schema Required Description
currentpage integer:int32 Yes Page number (starting with 1). Each page has a fixed size of 50 items per page.
groupId integer:int64 Yes The ID of the group.

Query String Parameters

Name Schema Required Description
memberType RuntimeGroupMemberType:Enum No Filter out other member types. Use None for all members.
nameSearch string No The name fragment upon which a search should be executed for members with matching display or unique names.

Example

Request

GET https://www.bungie.net/Platform/GroupV2/{groupId}/Members/

Response

PlatformErrorCode: 200

{
    // Type: SearchResultOfGroupMember
    "Response": {
        // Type: GroupMember[]
        "results": [
           // Type: GroupMember
            {
                // Type: RuntimeGroupMemberType:Enum
                "memberType": 0,
                // Type: boolean
                "isOnline": false,
                // Type: integer:int64
                "groupId": 0,
                // Type: UserInfoCard
                "destinyUserInfo": {
                    // Type: string
                    "supplementalDisplayName": "",
                    // Type: string
                    "iconPath": "",
                    // Type: BungieMembershipType:Enum
                    "membershipType": {},
                    // Type: integer:int64
                    "membershipId": 0,
                    // Type: string
                    "displayName": ""
                },
                // Type: UserInfoCard
                "bungieNetUserInfo": {
                    // Type: string
                    "supplementalDisplayName": "",
                    // Type: string
                    "iconPath": "",
                    // Type: BungieMembershipType:Enum
                    "membershipType": {},
                    // Type: integer:int64
                    "membershipId": 0,
                    // Type: string
                    "displayName": ""
                },
                // Type: string:date-time
                "joinDate": ""
            }
        ],
        // Type: integer:int32
        "totalResults": 0,
        // Type: boolean
        "hasMore": false,
        // Type: PagedQuery
        "query": {
            // Type: integer:int32
            "itemsPerPage": 0,
            // Type: integer:int32
            "currentPage": 0,
            // Type: string
            "requestContinuationToken": ""
        },
        // Type: string
        "replacementContinuationToken": "",
        // Type: boolean
        "useTotalResults": false
    },
    // Type: PlatformErrorCodes:Enum
    "ErrorCode": 0,
    // Type: integer:int32
    "ThrottleSeconds": 0,
    // Type: string
    "ErrorStatus": "",
    // Type: string
    "Message": "",
    // Type: Dictionary<string,string>
    "MessageData": {
        "{string}": ""
    },
    // Type: object
}

References

  1. https://bungie-net.github.io/multi/operation_get_GroupV2-GetMembersOfGroup.html#operation_get_GroupV2-GetMembersOfGroup