Main menu
Introduction

Accounts

Update contact info

Money Movement

Disclosures

Banking Images

Authentication

Alerts

Legacy Authentication

Reset Password

E-Statements

Experience Group

Banking

Customer Information

E-Statement Reports

.png)
Update participants
Upload file to add, remove or replace users in a group
ENDPOINTS
put
/v3/groups/{groupId}/participants
Header parameters
Collapse
Expand
transactionId
string
required
An ID that identifies this request. A unique identifier should be generated for each request made.
Body parameters
Collapse
Expand
No items found.
{"type":"ADD","fileName":"string"}
Query parameters
Collapse
Expand
No items found.
Path parameters
Collapse
Expand
groupId
string
required
An unique ID that identifies user group.
Responses
Collapse
Expand
200
OK
Response Body
{"code":"string","message":"string","jobId":"string","jobStatus":"string"}
400
Bad Request
Response Body
{"code":"string","message":"string"}
401
Unauthorized
Response Body
{"code":"string","message":"string"}
curl -X 'PUT' \
'https://api.candescent.com/digitalbanking/groups/v3/groups/{groupId}/participants' \
-H 'accept: application/json' \