> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFGroupsGetGroupResponse

> PFGroupsGetGroupResponse data model.

PFGroupsGetGroupResponse data model.

## Syntax

```cpp theme={null}
typedef struct PFGroupsGetGroupResponse {  
    const char* adminRoleId;  
    time_t created;  
    PFEntityKey const* group;  
    const char* groupName;  
    const char* memberRoleId;  
    int32_t profileVersion;  
    PFStringDictionaryEntry const* roles;  
    uint32_t rolesCount;  
} PFGroupsGetGroupResponse;  
```

### Members

**`adminRoleId`**   const char\*<br />*is null-terminated*

(Optional) The ID of the administrator role for the group.

**`created`**   time\_t

The server date and time the group was created.

**`group`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

The identifier of the group.

**`groupName`**   const char\*<br />*is null-terminated*

(Optional) The name of the group.

**`memberRoleId`**   const char\*<br />*is null-terminated*

(Optional) The ID of the default member role for the group.

**`profileVersion`**   int32\_t

The current version of the profile, can be used for concurrency control during updates.

**`roles`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Optional) The list of roles and names that belong to the group.

**`rolesCount`**   uint32\_t

Count of roles

## Requirements

**Header:** PFGroupsTypes.h

## See also

[PFGroupsTypes members](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsGetGroupGetResult](/services/playfab/api-references/c/pfgroups/functions/pfgroupsgetgroupgetresult.md)
- [Services C API overview - PFGroupsTypes.h](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsInviteToGroupResponse](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsinvitetogroupresponse.md)
- [PFGroupsApplyToGroupResponse](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsapplytogroupresponse.md)
- [PFGroupsUpdateGroupResponse](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsupdategroupresponse.md)
