/[applicationUsername]: Group Application

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

Example Usage

URL for Group Application

Use dark colors for code blocksCopy
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

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "username": "<username>",
  "fullname": "<first name> <last name>",
  "received": date received shown in UNIX time
}

JSON Response Example

Use dark colors for code blocksCopy
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.