Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add organization_ids property #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NecatiMeral
Copy link

@NecatiMeral NecatiMeral commented Aug 11, 2022

Fixes #47

zammad offers the organization_ids property which contains the IDs of the secondary organizations.

{
    "id": 1463,
    "organization_id": 1058 /* Test-Organization-One */,
    "login": "[email protected]",
    "firstname": "Necati",
    "lastname": "Meral",
    "email": "[email protected]",
    // ...
    "organization_ids": [
        1059 /* Test-Organization-Two */,
        1060 /* Test-Organization-Three */
    ],
    "authorization_ids": [],
    "karma_user_ids": [],
    "group_ids": {}
}

image

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.

Secondary organizations
2 participants