0% found this document useful (0 votes)
49 views4 pages

RollupGroup - UpdateMembers

This API specification describes how to update the members of a rollup group by adding or removing user IDs. The API allows specifying lists of user IDs to add and remove from the group. It will return any invalid user IDs that could not be added or removed. Notifications and analytics events can be triggered by the member updates.

Uploaded by

pmrreddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views4 pages

RollupGroup - UpdateMembers

This API specification describes how to update the members of a rollup group by adding or removing user IDs. The API allows specifying lists of user IDs to add and remove from the group. It will return any invalid user IDs that could not be added or removed. Notifications and analytics events can be triggered by the member updates.

Uploaded by

pmrreddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

W

API SPECIFICATION
FOR
ROLLUPGROUPUPDATEMEMBERS

API Version History


Version
#
1.0

Date
3-sep2015

Author
Manohar
Gurram

Description
APIs for updating members of the
rollup group.

Specification
API
Descripti
on
Authenti
cated OR
Public
Permissi
ons
Pre
Requisite
s
End
Point
Method
Content
Type
Input
Json

UpdateMembers of the rollup group


APIs for updating members of the rollup group.
Authenticated

The users who is calling this API should login and get valid
access token.

/ rollupGroups/{rollupGroupId}/updateMembers
PUT
application/json

{
"addList":["123","d9b97d71-0ea2-11e5-b267f0def117643d"],
"removeList":["124","1145b647-8cad-4c9e-accfd688b46a23f2"]
}

Output

WittyParrot API Documentation

Json

{
"errorAddList": [
"123"
],
"errorRemoveList": [
"124"
]
}

Attribute
s

Sync
Events

Name
rollupGroupId
addList
removeList
errorAddList
errorRemoveLi
st

Description
Id of the rollup group
List of userIds adding to rollupGroup
List of userIds removing from rollupGroup
List of invalid ids from addList
List of invalid ids from removeList

Event Code

Description

Target Users

Notificati
ons
Notification
Code

Description

Target Users

Analytics
Events
Notification
Code
API Error
Codes
Error Code
E99-003

WittyParrot API Documentation

Description

Description
Mandatory parameter RollupGroupId missing

E10-001
HTTP
Error
Codes

Error Code

WittyParrot API Documentation

RollupGroup not found

Description

You might also like