Profile

Limited CRUD and validation operations for Brand Profile

APIDescription
GET api/Profile/Index?email={email}

Get an existing brand profile using the email address for the brand user

POST api/Profile/Index

Create a new brand profile record with the provided attributes when user is registered in Cognito

PUT api/Profile/Index

Update an existing brand profile record with the provided attributes

PUT api/Profile/Unmerge

Unmerge a Cognito-merged account, returning it to its original, unmerged state.

POST api/Profile/Validate

Validate the credentials for an existing brand user

POST api/Profile/RegisterLegacyUser

Creates a legacy brand user

Validate

Validate brand user credentials

APIDescription
POST api/Validate/Index

No documentation available.