update-group-properties-spec
POST https://www.arcgis.com/sharing/rest/community/groups/{{group_id}}/update
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
f | string | (Required) Format of the response. json | |
token | string | (Required) Cannot use an API key. You will need to generate a token. | |
callback | string | If the JS client requires a response. | |
clearEmptyFields | string | Tells the service to clear any fields that are passed in empty. E.g. description= | |
title | string | Max character limit: 250. | |
description | string | A description of the group that can be any length. | |
typeKeywords | string | Describe the type of group e.g. transportation | |
snippet | string | Snippet or summary of the group. Max character limit: 250 | |
tags | string | Tags are words or short phrases that describe the group. Separate terms with commas. | |
phone | string | Group contact information, a combination of numbers and letters. Max character limit: 250 | |
access | string | Access level to the group, private is the default. private | |
isViewOnly | string | Allows the gorup owner admin to create view-only groups. | |
isInvitationOnly | string | If true, the group will not accept join requests. | |
thumbnail | string | Supported file formats: png | |
leavingDisallowed | string | Only applies to org accounts. If true, members are not allowed to leave the group. | |
hiddenMembers | string | Only applies to org accounts. If true, only the group owner, group managers, and default administrators can see all members of the group. | |
membershipAccess | string | Sets the membership access for the group. org | |
autoJoin | string | Only applies to org accounts. If true, this group will allow someone to join without requesting membership approval. Default is false. |
RESPONSES
status: OK
{"success":true,"groupId":"cec0934890f244d18f4717a161c2f506"}