Skip to main content
PFGroupsUpdateGroupRoleRequest data model. Updates the role name. Returns information about whether the update was successful.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags expectedProfileVersion   int32_t const*
may be nullptr
(Optional) Optional field used for concurrency control. By specifying the previously returned value of ProfileVersion from the GetGroup API, you can ensure that the group data update will only be performed if the group has not been updated by any other clients since the version you last loaded. group   PFEntityKey const* The identifier of the group. roleId   const char*
is null-terminated
(Optional) ID of the role to update. Role IDs must be between 1 and 64 characters long. roleName   const char*
is null-terminated
The new name of the role.

Requirements

Header: PFGroupsTypes.h

See also

PFGroupsTypes members
Last modified on August 1, 2026