Zammad.Client icon indicating copy to clipboard operation
Zammad.Client copied to clipboard

Add `organization_ids` property

Open NecatiMeral opened this issue 3 years ago • 0 comments

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

NecatiMeral avatar Aug 11 '22 07:08 NecatiMeral