Groups
Update an existing group
Update an existing group in Cognito user pool
put/groups/{id}
Path parameters
idstring required
the group's ID
Request body
Example request
{
"name": "Th&is is a $£test group!~",
"precedence": 33
}Response
The group has been successfully updated
Example response
{
"id": "123-abc-456-def-789-ghi-0",
"name": "thisisatestgroup",
"precedence": 33
}