/[portalID]: Collaboration Participant

URL:
https://[root]/portals/[portalID]/collaborations/[collaborationID]/participants/[portalID]
Methods:
GET
Operations:
Remove, Update Info, Update Item Delete Policy, Update Participant Access Modes, Update Web-tier Authentication Configuration
Required Capability:
Administrator
Version Introduced:
10.5

Example usage

The following is a sample ArcGIS Online request URL used to access an individual participant resource:

1
https://org.arcgis.com/sharing/rest/portals/123456789ABCDEF/collaborations/972da76ce4a5460aaf60213279d6c3ed/participants/02c2cef9-bb19-472d-b867-46bcd987bf71?f=pjson

The following is a sample ArcGIS Enterprise request URL used to access an individual participant resource:

1
https://machine.domain.com/webadaptor/sharing/rest/portals/123456789ABCDEF/collaborations/972da76ce4a5460aaf60213279d6c3ed/participants/02c2cef9-bb19-472d-b867-46bcd987bf71?f=pjson

Description

The participant operation provides information about the collaboration participant with a specified ID.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "collaborationId": "ba6e2ea2bf4b4033a5416cfca4cf17f3",
  "portalInfo": {
    "id": "02c2cef9-bb19-472d-b867-46bcd987bf71",
    "url": "https://piega.domain.com/portal",
    "name": "Portal for ArcGIS",
    "description": "<br/>",
    "portalType": "onpremises"
  },
  "collaborationRole": "Host",
  "status": "active",
  "config": {
    "contactEmailAddress": "admin@me.com",
    "contactFirstname": "admin",
    "contactLastname": "admin",
    "canRunAgent": true,
    "portalVersion": "10.5.0",
    "lastConfigSync": 1475880485469
  },
  "created": 1475880485477,
  "modified": 1475880485477
}

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