post
https://hub.xyte.io/core/v1/organization/groups//add_external_user
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Authorization
This endpoint requires Authorization.
Path Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| id | string | UUID of the group. | Yes |
Request Body
| Key | Type | Description | Required |
|---|---|---|---|
| string | Email address of the external user to add. | Yes |
{
"email": "[email protected]"
}Response
Returns the updated group with its current members, reflecting the addition.
NoteThis operation is idempotent — if the user is already in the group the request succeeds without error.
Errors
| Status | Message | Description |
|---|---|---|
| 404 | User not found | No user with that email exists in the partner or approved organizations. |
| 400 | Provided email is ambiguous | The email matches more than one user. |
| 404 | Group not found | The group does not exist or does not belong to this organization. |
| 422 | Parameter email is required | The email field is missing. |
