Get Members

This method allow you to get list of operators

Get Members

GET https://api.imber.live/member/

This endpoint allows you to get a list of members inside your account.

Headers

NameTypeDescription

Authentication

string

Authentication token.

{
    "success": true,
    "data": [
        {
            "person": {
                "name": "حامد قلیزاده",
                "phone": "09354140661",
                "avatar": "https://upload.imber.live/preview/5fc60396967be139cea6b9d9/5f00bca8f25cee0466768fa0",
                "nickName": "Hamed",
                "title": "کارشناس پشتیبانی"
            },
            "workSpaceIds": [
                "5fbb7399d0222a70a8fece80",
                "5f00a44d8e844b5a746f90b3"
            ],
            "status": false,
            "_id": "5f00bca8f25cee0466768fa0",
            "isJoined": true,
            "email": "hamet.gh@gmail.com",
            "organization": "5f00a44d8e844b5a746f90b1",
            "type": 2,
            "createdAt": "2020-07-14T07:24:20.931Z",
            "updatedAt": "2020-07-14T07:24:20.931Z",
            "__v": 1
        },
        {
            "person": {
                "name": "سامان بابلی",
                "phone": "09227112462",
                "avatar": "https://upload.imber.live/preview/5fa83a62967be139cea6af20/5f060997de67087e5d2a2650",
                "nickName": "Saman",
                "title": "Customer Support"
            },
            "workSpaceIds": [
                "5f00a44d8e844b5a746f90b3",
                "5fbb7399d0222a70a8fece80"
            ],
            "status": false,
            "_id": "5f060997de67087e5d2a2650",
            "email": "samanbaboli@gmail.com",
            "type": 2,
            "organization": "5f00a44d8e844b5a746f90b1",
            "createdAt": "2020-07-08T17:59:51.793Z",
            "updatedAt": "2020-07-08T17:59:51.793Z",
            "__v": 1,
            "isJoined": true
        },
        {
            "person": {
                "name": "مهدی آقاجانی",
                "phone": "09227112462",
                "avatar": "https://upload.imber.live/preview/5fabd3d1967be139cea6b032/5f00a44d8e844b5a746f90b2",
                "nickName": "مهدی آقاجانی",
                "title": "فروش و پشتیبانی"
            },
            "workSpaceIds": [
                "5fbb7399d0222a70a8fece80",
                "5f00a44d8e844b5a746f90b3"
            ],
            "status": false,
            "_id": "5f00a44d8e844b5a746f90b2",
            "isJoined": true,
            "email": "mahdiagha76@gmail.com",
            "organization": "5f00a44d8e844b5a746f90b1",
            "createdAt": "2020-07-04T15:46:21.162Z",
            "updatedAt": "2020-07-04T15:46:21.162Z",
            "__v": 3,
            "type": 2
        }
    ]
}

Last updated