{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands UserSocialAccountLogins API", "version": "v2.1" }, "items": [ { "info": { "name": "UserSocialAccountLogins", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets a list of a user's social accounts.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/users/:userId/social", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "userId", "value": "", "type": "path", "description": "The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing. **Note**: For the [GET /v2/accounts/{accountId}/envelopes](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/listStatusChanges/#envelopesInformation) method, the `user_id` query parameter is not implemented and should not be used." } ] }, "docs": "Retrieves a list of social accounts linked to a user's account." }, { "info": { "name": "Docusign Adds social account for a user.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/users/:userId/social", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "userId", "value": "", "type": "path", "description": "The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing. **Note**: For the [GET /v2/accounts/{accountId}/envelopes](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/listStatusChanges/#envelopesInformation) method, the `user_id` query parameter is not implemented and should not be used." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new social account to a user's account." }, { "info": { "name": "Docusign Deletes user's social account.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/users/:userId/social", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "userId", "value": "", "type": "path", "description": "The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing. **Note**: For the [GET /v2/accounts/{accountId}/envelopes](https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/listStatusChanges/#envelopesInformation) method, the `user_id` query parameter is not implemented and should not be used." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a social account from a use's account." } ] } ], "bundled": true }