/[applicationUsername]/accept: Accept Group Application

URL:
https://[root]/community/groups/[groupID]/applications/[applicationUsername]/accept
Methods:
POST

Example Usage

URL for Accept Group Application:

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

Description

When a user applies to join a group, a group application is created. Group administrators choose to accept this application using the Accept Group Application operation (POST only). This operation adds the applying user to the group then deletes the application. This operation also creates a notification for the user indicating that the user's group application was accepted. Available only to group owners and administrators.

Request Parameters

ParameterDetails

[Common Parameters]

For a complete listing, see Common parameters.

Response Properties

PropertyDetails

success

Indicates if the operation was successful.

username

The username of the user being accepted into the group.

groupId

The group ID of the group that accepted the user's application.

JSON Response Syntax

1
2
3
4
5
{
  "success": true | false,
  "username": "<username>",
  "groupId": "<group id>"
}

JSON Response Example

1
2
3
4
5
{
  "success": true,
  "username": "mjohnson",
  "groupId": "2ecb37a8c8fb4051af9c086c25503bb0"
}

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