---
title: "Group Accounts – Shortcodes"
source: "https://docs.nexcess.com/software/kadence/restrict-content-pro/group-accounts-shortcodes/"
description: "In addition to the [rcp_group_dashboard] shortcode, there are some additional shortcodes available that give you more control over the group dashboard display.…"
vertical: "Software"
area: "Restrict Content Pro"
date: "2022-06-02"
last_modified: "2022-06-02"
---

# Group Accounts – Shortcodes

In addition to the \[rcp\_group\_dashboard\] shortcode, there are some additional shortcodes available that give you more control over the group dashboard display. Included shortcodes are:

- \[rcp\_group\_member\_add\] – displays the Add Group Members form
- \[rcp\_group\_member\_import\] – displays the Import Group Members form for importing group members via CSV.
- \[rcp\_group\_members\_list\] – displays the Group Members table, which lets group owners and group admins see the group members and manage the individual members.
- \[rcp\_group\_edit\_group\] – displays the Group Settings form, which lets group owners and group admins update the group name and description.
- \[rcp\_group\_dashboard\] – displays all of the things listed above. Useful if you want to do them all on the same page with just one shortcode.
- \[rcp\_group\_join\_form\] – used for creating a public group member registration page. See our [Group Member Registration article](https://help.ithemes.com/hc/en-us/articles/360050529773-Group-Accounts-Group-Member-Registration) for more information.
- \[rcp\_group\_is\_owner\] – any content wrapped in this shortcode will only be visible to group owners.
- \[rcp\_group\_is\_admin\] – any content wrapped in this shortcode will only be visible to group admins.
- 

\[rcp\_group\_is\_member\] – any content wrapped in this shortcode will only be visible to group members, not owners. If you want to include owners also, you can use the include\_owner option. If you want to include admins also, you can use the include\_admin option. For example:

```
[rcp_group_is_member include_owner="true"]This content is visible to both group members and the group owner.[/rcp_group_is_member]

<p>[rcp_group_is_member include_owner="true" include_admin="true"]This content is visible to group members, the group owner, and group administrators.[/rcp_group_is_member]</p>

```

- 

Have more questions? [Submit a request](https://help.ithemes.com/hc/en-us/requests/new)
