Aliases

Alias names are alternate names that can be used to find constituent records when running a constituent search. Using aliases for common misspellings or alternate forms of names can increase constituent search efficiency and help reduce the creation of duplicate constituent records.

Http Verb Operation
Get CRM/Aliases/{aliasId} Get details of an alias.
GET Method: Get, URL: CRM/Aliases/{aliasId} Test

Get details of an alias.

GetAll CRM/Aliases?constituentId={constituentId}&includeAffiliations={includeAffiliations} Get details of all the aliases for the specified constituent id and all its visible affiliation's aliases as well. To exclude aliases of the visible affiliations pass includeAffiliations=false.
GET Method: GetAll, URL: CRM/Aliases?constituentId={constituentId}&includeAffiliations={includeAffiliations} Test

Get details of all the aliases for the specified constituent id and all its visible affiliation's aliases as well. To exclude aliases of the visible affiliations pass includeAffiliations=false.

Create CRM/Aliases Create a new alias.
POST Method: Create, URL: CRM/Aliases Test

Create a new alias.

Update CRM/Aliases/{aliasId} Update an alias.
PUT Method: Update, URL: CRM/Aliases/{aliasId} Test

Update an alias.

Delete CRM/Aliases/{aliasId} Delete an alias.
DELETE Method: Delete, URL: CRM/Aliases/{aliasId} Test

Delete an alias.