Update group

Api to update group by Id

ENDPOINTS

put

/v3/groups/{groupId}

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.

{"groupId":"482cf7f8-3e59-4ccf-a996-97c79fd50cb1","groupName":"some group name","groupDescription":"description - some group description"}

Query parameters

Collapse

Expand

No items found.

Path parameters

Collapse

Expand

groupId

string

required

An unique ID that identifies user group.

Response Body

{"groupId":"string","groupName":"string","groupDescription":"string","groupType":"EXPERIENCE_GROUP","groupPlatform":"RETAIL_BANKING","groupLastUpdatedDateTime":"string","groupParticipantCount":0,"groupExperience":{"experienceName":"string","experienceId":"string","groupId":"string","default":true},"groupExperienceName":"string","groupStatus":"ACTIVE"}

Response Body

{"code":"string","message":"string"}

Response Body

{"code":"string","message":"string"}

Response Body

{"code":"string","message":"string"}

CURL REQUEST

copy code snippetcode copiedexpand code snippetClose code snippet
curl -X 'PUT' \ 
 'https://api.candescent.com/digitalbanking/groups/v3/groups/{groupId}' \ 
 -H 'accept: application/json' \ 
 -H 'content-type: application/json' \ 
 -d '{
  "groupId": "482cf7f8-3e59-4ccf-a996-97c79fd50cb1",
  "groupName": "updated group name",
  "groupDescription": "updated description - will be deleted if not included"
}';
Get Response

RESPONSE

copy responseexpand responseclose response

{"groupId":"string","groupName":"string","groupDescription":"string","groupType":"EXPERIENCE_GROUP","groupPlatform":"RETAIL_BANKING","groupLastUpdatedDateTime":"string","groupParticipantCount":0,"groupExperience":{"experienceName":"string","experienceId":"string","groupId":"string","default":true},"groupExperienceName":"string","groupStatus":"ACTIVE"}

{"code":"string","message":"string"}

{"code":"string","message":"string"}

{"code":"string","message":"string"}

close

Sign in now!

Please sign up or sign in to add to watchlist

Sign in
close

Added to watchlist!

Your interest has been noted. An NCR Voyix Rep
will contact you with further details soon.