Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to product menu
Skip to main content

The purpose of this API is to get all network members from Zoho Connect Network.

Request URL:

https://connect.zoho.com/pulse/api/orgMembers

OAuth Scope:

zohopulse.networklist.READ

Request Method:

GET

Mandatory Header:Header name: Authorization
Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52

Parameters

NameDescriptionRequired

scopeID

Network IDRequired

Org Members

Sample URL

Copiedhttps://connect.zoho.com/pulse/nativeapi/orgMembers?scopeID=105000017039001

Sample Response

Copied{
  "orgMembers": {
    "usersDetails": [
      {
        "zuid": "2060557",
        "id": "2060557",
        "name": "Eduardo Vargas",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "mobile": "8343430912",
        "workLocation": "Japan",
        "emailId": "eduardov@zillum.com",
        "role": "MEMBER"
      },
      {
        "zuid": "2060559",
        "id": "2060559",
        "name": "Jasmine Frank",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "workLocation": "Japan",
        "emailId": "jasminef@zillum.com",
        "role": "ADMIN"
      },
      {
        "zuid": "2060755",
        "id": "2060755",
        "name": "Manish Patel",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "workLocation": "Pleasanton, USA",
        "emailId": "manishcrm@zillum.com",
        "role": "ADMIN"
      }
    ]
  }
}

Show full

Show less