Creates new groups for this user context. The caller must provide a JSON body with all
required group information to create new groups. The group must not already exist in
the user context. This call is atomic; either all of the groups specified in the JSON document are successfully created, or none of the groups are created.

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