rozod
    Preparing search index...

    Variable patchGroupsGroupidUsersUseridConst Api Param

    patchGroupsGroupidUsersUserid: EndpointGeneric<
        { groupId: number; userId: number },
        Record<string, never>,
        { roleId: number },
    > = ...

    PATCH https://groups.roblox.com/v1/groups/:groupId/users/:userId Updates a users role in a group. body The Roblox.Groups.Api.UpdateUserRoleRequest. groupId The id of the group the user is in. userId The id of the user being updated.