Skip to content

Add organization_ids property#48

Open
NecatiMeral wants to merge 1 commit intoS3bt3r:masterfrom
NecatiMeral:nm/#47
Open

Add organization_ids property#48
NecatiMeral wants to merge 1 commit intoS3bt3r:masterfrom
NecatiMeral:nm/#47

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": "nm@lis-gmbh.com",
    "firstname": "Necati",
    "lastname": "Meral",
    "email": "nm@lis-gmbh.com",
    // ...
    "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