# Add User to Group Adds a user to an organization's group Endpoint: POST /api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users Version: 3.0 Security: bearer-key ## Path parameters: - `orgUuid` (string, required) org UUID (from the Mend App: General > ). - `groupUuid` (string, required) Group UUID (Administration > Groups) ## Request fields (application/json): - `userEmails` (array, required) Example: ["jon.smith@mail.com"] ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `response` (object) - `response.message` (string) Example: "Success!" ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"