update-group-properties-spec

POST https://www.arcgis.com/sharing/rest/community/groups/{{group_id}}/update

Request Params

KeyDatatypeRequiredDescription
fstring(Required) Format of the response. json
tokenstring(Required) Cannot use an API key. You will need to generate a token.
callbackstringIf the JS client requires a response.
clearEmptyFieldsstringTells the service to clear any fields that are passed in empty. E.g. description=
titlestringMax character limit: 250.
descriptionstringA description of the group that can be any length.
typeKeywordsstringDescribe the type of group e.g. transportation
snippetstringSnippet or summary of the group. Max character limit: 250
tagsstringTags are words or short phrases that describe the group. Separate terms with commas.
phonestringGroup contact information, a combination of numbers and letters. Max character limit: 250
accessstringAccess level to the group, private is the default. private
isViewOnlystringAllows the gorup owner admin to create view-only groups.
isInvitationOnlystringIf true, the group will not accept join requests.
thumbnailstringSupported file formats: png
leavingDisallowedstringOnly applies to org accounts. If true, members are not allowed to leave the group.
hiddenMembersstringOnly applies to org accounts. If true, only the group owner, group managers, and default administrators can see all members of the group.
membershipAccessstringSets the membership access for the group. org
autoJoinstringOnly 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"}