Web Logins

The following operations are available for this resource.

Http Verb Operation
Get CRM/WebLogins/{webLoginId} Get details of a weblogin.
GET Method: Get, URL: CRM/WebLogins/{webLoginId} Test

Get details of a weblogin.

GetAll CRM/WebLogins?constituentId={constituentId}&includeAffiliations={includeAffiliations}&primaryOnly={primaryOnly} 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: 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.

GetLoginCredentials CRM/WebLogins/{loginId}/LoginCredentials Returns web login credential information
GET Method: GetLoginCredentials, URL: CRM/WebLogins/{loginId}/LoginCredentials Test

Returns web login credential information

Search CRM/WebLogins/Search?emailAddress={emailAddress}&loginTypeId={loginTypeId} Get weblogins by email address and login type

Get weblogins by email address and login type

Create CRM/WebLogins Create a new weblogin.
POST Method: Create, URL: CRM/WebLogins Test

Create a new weblogin.

Update CRM/WebLogins/{loginId} Update a weblogin.
PUT Method: Update, URL: CRM/WebLogins/{loginId} Test

Update a weblogin.

Delete CRM/WebLogins/{loginId} Delete a weblogin.
DELETE Method: Delete, URL: CRM/WebLogins/{loginId} Test

Delete a weblogin.