The purpose of this API is to add a member to a board in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/addMembersToBoard |
OAuth Scope: | zohopulse.tasks.CREATE |
Request Method: | POST |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | ID of the network the board is in. You can get this from the network list API. | Required |
memberIds | User IDs of members to be added to the board. Multiple IDs should be separated by a comma. | Required |
boardId | ID of the board to add members to. | Required |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/addMembersToBoard?scopeID=929000000015001&memberIds=2060557&boardId=929000000862001
Sample Response
Copied{
"addMembersToBoard": {
"usersDetails": [
{
"zuid": "2060557",
"id": "2060557",
"name": "Eduardo Vargas",
"canFollow": "true",
"type": "C",
"emailId": "eduardov@zillum.com",
"role": "MEMBER"
}
],
"result": "success"
}
}