Social Accounts REST Endpoints

Social/Social Accounts
Use this endpoint to manage user social accounts. This REST API is SCIM compliant.
Create a Social Account
Method: post
Path: /admin/v1/SocialAccounts
Delete a Social Account
Method: delete
Path: /admin/v1/SocialAccounts/{id}
Get a Social Account
Method: get
Path: /admin/v1/SocialAccounts/{id}
HTTP Options
Method: options
Path: /admin/v1/SocialAccounts
Replace a Social Account
Method: put
Path: /admin/v1/SocialAccounts/{id}
Search Social Accounts
Method: get
Path: /admin/v1/SocialAccounts
Search Social Accounts Using POST
Method: post
Path: /admin/v1/SocialAccounts/.search
Update a Social Account
Method: patch
Path: /admin/v1/SocialAccounts/{id}