/[applicationUsername]: Group Application

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

Example Usage

URL for Group Application

1
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

1
2
3
4
5
{
  "username": "<username>",
  "fullname": "<first name> <last name>",
  "received": date received shown in UNIX time
}

JSON Response Example

1
2
3
4
5
{
  "username": "mjohnson",
  "fullname": "Mary Johnson",
  "received": 1230070327000
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close