Example usage
The following is a sample ArcGIS Online request URL used to access the social
resource:
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/socialProviders?f=pjson
The following is a sample ArcGIS Enterprise request URL used to access the social
resource:
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/socialProviders?f=pjson
Description
The social
resource returns the social login configuration properties for an organization.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Response properties
Property | Details |
---|---|
| A JSON object with Example
|
JSON Response syntax
{
"config": {
"signUpMode": "<sign up mode>",
"providers": [
"<social provider1>",
"<social provider2>",
"<social provider3>",
"<social provider4>"
]
}
}
JSON Response example
{
"config": {
"signUpMode": "Invitation",
"providers": [
"facebook",
"google",
"apple",
"github"
]
}
}