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

Get Users
Retrieves a list of user IDs that are members of a given group.
ENDPOINTS
get
/v1/groups/{groupId}/users
Header parameters
Collapse
Expand
bcId
string
required
A unique ID that identifies Financial Institution ID(fiId).
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.
Query parameters
Collapse
Expand
No items found.
Path parameters
Collapse
Expand
groupId
string
required
A unique ID that identifies user group.
Responses
Collapse
Expand
200
OK
Response Body
PARTICIPANTID\nABC123\nUserId456
PARTICIPANTID
ABC123
UserId456
401
Unauthorized
Response Body
{ "code" : "2003", "message" : "Invalid Authorization" }
500
Internal Server Error
Response Body
{ "code" : "2001", "message" : "additional details may be available in server logs" }
curl --location 'https://api.candescent.com/digitalbanking/groups/v1/groups/{groupId}/users' \
--header 'Authorization: SOME_STRING_VALUE' \
--header 'bcId: SOME_STRING_VALUE' \
--header 'transactionId: SOME_STRING_VALUE'