Skip To Content
ArcGIS Developer
Dashboard

/[applicationUsername]: Group Application

  • URL:https://[root]/community/groups/[groupID]/applications/[applicationUsername]
  • Operations:Accept, Decline

Example Usage

URL for Group Application

https://www.arcgis.com/sharing/rest/community/groups/2ecb37a8c8fb4051af9c086c25503bb0/applications/mjohnson

Description

When an individual user applies to join a group, a group application is created. The group administrators can accept or decline the application. Available only to the group administrators and the administrator of the organization if the group belongs to an organization.

Request Parameters

ParameterDetails
[Common Parameters]

For a complete listing, see Common parameters.

Response Properties

PropertyDetails
username

The username of the user applying to join the group.

fullname

The full name of the user applying to join the group.

received

The date the application was received in UNIX time in milliseconds.

JSON Response Syntax


            {
  "username": "<username>",
  "fullname": "<first name> <last name>",
  "received": date received shown in UNIX time
}

JSON Response Example


            {
  "username": "mjohnson",
  "fullname": "Mary Johnson",
  "received": 1230070327000
}