# Add a user to a group Adds a shared user to an existing group. The user to be added must already be sharing their dashboard with the authenticated user. For extra context visit: Sharing Context Endpoint: POST /v1/shared/groups/{groupId}/members Version: 0.9.0 Security: bearer ## Path parameters: - `groupId` (string, required) The ID of the group ## Request fields (application/json): - `userId` (string, required) ID of the user to add to the group Example: "a1b2c3d4-e5f6-7890-1234-567890abcdef" ## Response 201 fields (application/json): - `status` (string) Enum: "success" ## Response 400 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 401 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 500 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 404 fields