Skip to content

feat: add public endpoint to create member (CM-1224)#4206

Open
skwowet wants to merge 2 commits into
mainfrom
feat/member-create-public-api
Open

feat: add public endpoint to create member (CM-1224)#4206
skwowet wants to merge 2 commits into
mainfrom
feat/member-create-public-api

Conversation

@skwowet

@skwowet skwowet commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds a public POST /api/v1/members endpoint for creating CDP member profiles.

This enables API consumers to create a member profile with one or more identities when a member cannot be resolved (for example, when a resolve request returns 404).

Changes

  • Add public POST /api/v1/members endpoint
  • Support creating a member profile with one or more identities
  • Add write:members OAuth2 scope
  • Update OpenAPI specification and schemas
  • Refactor duplicated database constraint handling into shared utilities

Allows consumers to create CDP member profiles without activities when resolve returns 404.

Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
@skwowet skwowet self-assigned this Jun 14, 2026
Copilot AI review requested due to automatic review settings June 14, 2026 11:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants