Update single group

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
šŸ“˜

Group Privacy and Visibility

Your group's privacy and visibility setting is one of three values (Open, Closed, or Private). See our support article for more details on what those settings mean.
In our v1 API, you can control the setting with the interplay of two values: privacy and public_form. To create a group with the desired setting, use the below combinations:

  • Open - privacy = 5, public_form = true
  • Closed - privacy = 5, public_form = false
  • Private - privacy = 10

You can think of public_form as a flag determining if your group will appear on the /network-groups page - that is, this flag decides if non-community members can easily find your group. In the event you're creating a Private group, public_form is ignored and your group will not appear on the /network-groups page regardless of its value.

Path Params
int32
required

The unique identifier associated to each of your groups.

Body Params
string

New name of group.

int32

In combination with public_form, determines the group visibility. May be 5 or 10. See "Group Privacy and Visibility"

boolean
Defaults to false

In combination with privacy, determines the group visibility - see "Group Privacy and Visibility"

boolean

Could members invite others to group.

members_posting_permissions
array of strings
Defaults to quickpost,poll,event,fileattachment

Array of post types that are allowed for posting in group. EX: quickpost, poll, event, opportunity, recommendation, fileattachment

members_posting_permissions
boolean

Should group members be visible to the group.

boolean

Should admin approval be required to admit new members to the group.

boolean

Should member email addresses be hidden from other users.

string

Prefix of new groups email.

string

Accepted values: 0 - immediate notification, 1 - daily notification, 9 - disabled notifications.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json