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
Parameter | Details |
---|---|
[Common Parameters] | For a complete listing, see Common parameters. |
Response Properties
Property | Details |
---|---|
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
}