Updates one or more existing groups for this user context. The caller must provide a JSON body with the group and RBAC information. You must specify a group ID or a group name; to change the group name, you must specify the group ID to identify the current group.

This call is atomic; either all of the groups specified in the JSON document are successfully updated, or none of the groups are updated.

Unlike other ChaosSearch endpoints which require V4 signing, the /user/* endpoints require a JWT token for the primary/tenant account, which can be obtained using the /user/login endpoint.

Language