The following operations are available for this resource.
| Http Verb | Operation | ||
|---|---|---|---|
| GET | Method: Get, URL: CRM/WebLogins/{webLoginId} | Test | |
|
Get details of a weblogin. |
|||
| GET | Method: GetAll, URL: CRM/WebLogins?constituentId={constituentId}&includeAffiliations={includeAffiliations}&primaryOnly={primaryOnly} | Test | |
|
Get details of all the weblogins for the specified constituent id and all its visible affiliation's weblogins as well. To exclude weblogins of the visible affiliations pass includeAffiliations=false. To fetch primary web logins alone pass primaryOnly=true. |
|||
| GET | Method: GetLoginCredentials, URL: CRM/WebLogins/{loginId}/LoginCredentials | Test | |
|
Returns web login credential information |
|||
| GET | Method: Search, URL: CRM/WebLogins/Search?emailAddress={emailAddress}&loginTypeId={loginTypeId} | Test | |
|
Get weblogins by email address and login type |
|||
| POST | Method: Create, URL: CRM/WebLogins | Test | |
|
Create a new weblogin. |
|||
| PUT | Method: Update, URL: CRM/WebLogins/{loginId} | Test | |
|
Update a weblogin. |
|||
| DELETE | Method: Delete, URL: CRM/WebLogins/{loginId} | Test | |
|
Delete a weblogin. |
|||