Social Identity Providers REST Endpoints
Social/Social Identity Providers
Use this endpoint to manage social identity providers such as Facebook, LinkedIn, Twitter, and Google. This REST API is SCIM compliant.
- Create a Social Identity Provider
- Method: postPath:
/admin/v1/SocialIdentityProviders - Delete a Social Identity Provider
- Method: deletePath:
/admin/v1/SocialIdentityProviders/{id} - Get a Social Identity Provider
- Method: getPath:
/admin/v1/SocialIdentityProviders/{id} - HTTP Options
- Method:Path:
/admin/v1/SocialIdentityProviders - Replace a Social Identity Provider
- Method: putPath:
/admin/v1/SocialIdentityProviders/{id} - Search Social Identity Providers
- Method: getPath:
/admin/v1/SocialIdentityProviders - Search Social Identity Providers Using POST
- Method: postPath:
/admin/v1/SocialIdentityProviders/.search - Update a Social Identity Provider
- Method: patchPath:
/admin/v1/SocialIdentityProviders/{id}