Skip to content

Conversation

@tessstoddard
Copy link
Contributor

@tessstoddard tessstoddard commented Feb 9, 2026

Summary of Changes

Adds chat_data to authorization model. Spec changes https://developer.mx.com/drafts/mdx/authorization/index.html#chat-data

Fixes # https://mxcom.atlassian.net/browse/GCU-1192

Public API Additions/Changes

Adds a new object to Authorization

How Has This Been Tested?

Tested locally by pulling into a connector

{
  "authorization": {
    "chat_data": {
      "authorized_at": 1770669225488,
      "auth_user_id": "1234",
      "email": "test@test.com",
      "first_name": "first",
      "last_name": "last",
      "member_id": "56788",
      "username": "username"
    },
    "type": "CHAT",
    "user_id": "U-00u3m19f6ynFXX0Jz1d7"
  }
}

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

@tessstoddard tessstoddard merged commit 32935ae into master Feb 9, 2026
7 checks passed
@tessstoddard tessstoddard deleted the tess/chat_data branch February 9, 2026 21:45
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