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: post
Path: /admin/v1/SocialIdentityProviders
Delete a Social Identity Provider
Method: delete
Path: /admin/v1/SocialIdentityProviders/{id}
Get a Social Identity Provider
Method: get
Path: /admin/v1/SocialIdentityProviders/{id}
HTTP Options
Method: options
Path: /admin/v1/SocialIdentityProviders
Replace a Social Identity Provider
Method: put
Path: /admin/v1/SocialIdentityProviders/{id}
Search Social Identity Providers
Method: get
Path: /admin/v1/SocialIdentityProviders
Search Social Identity Providers Using POST
Method: post
Path: /admin/v1/SocialIdentityProviders/.search
Update a Social Identity Provider
Method: patch
Path: /admin/v1/SocialIdentityProviders/{id}