Skip to content

feat(): get mmsid for special admin - UOD-3753 - #756

Merged
btech222 merged 1 commit into
masterfrom
feat/UOD-3753-mmsid
Jul 30, 2026
Merged

feat(): get mmsid for special admin - UOD-3753#756
btech222 merged 1 commit into
masterfrom
feat/UOD-3753-mmsid

Conversation

@btech222

Copy link
Copy Markdown
Contributor

No description provided.

@btech222
btech222 requested a review from Copilot July 30, 2026 13:23
@btech222 btech222 self-assigned this Jul 30, 2026
@btech222
btech222 merged commit 5270d2a into master Jul 30, 2026
1 check passed

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.

Pull request overview

Adds support for the mmsId field on IAM user records so SDK consumers can read the MMS contact identifier (or null when not originating from MMS) when fetching a single IAM user.

Changes:

  • Extended the IamUser TypeScript interface with an optional mmsId?: string | null field.
  • Added test coverage for mmsId being returned as a string and as null from iamUsers.get(...).

Reviewed changes

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

File Description
test/iam_users/get-one.test.ts Adds tests asserting mmsId is surfaced correctly (string and null) when fetching one IAM user.
src/v0/iam_users.ts Extends the IamUser interface to include the new mmsId field.

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

github-actions Bot pushed a commit that referenced this pull request Jul 30, 2026
# [4.286.0](v4.285.0...v4.286.0) (2026-07-30)

### Features

* get mmsid for special admin - UOD-3753 ([#756](#756)) ([5270d2a](5270d2a))
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