Get organization members

Method Path
GET /api/v1/organization/members

Example

curl --request GET 'https://app.yumisign.com/api/v1/organization/members' \
    --header 'Content-Type: application/json'
[
    {
        "uniqueId": "d6220efaceb00704c970814a82620a30",
        "profile": {
            "email": "email@email.com",
            "picture": {
                "file": null,
                "format": " ",
                "size": 0,
                "thumb": null
            },
            "name": "lastname firstname",
            "country": "LU",
            "id": 1
        },
        "owner": true,
        "invitation": null,
        "id": 1
    }
]