422 if the user is already assigned to the organization.
External DocumentationTo learn more, visit the Zendesk documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
422 if the user is already assigned to the organization.
| Parameter | Description |
|---|---|
| Organization ID | The ID of the organization you wish to add the user to. |
| User ID | The ID of the user you wish to add to the organization. |
{
"organization_membership": {
"url": "https://xxxxxxxxxx.zendesk.com/api/v2/organization_memberships/xxxxxxxxxxxxxx.json",
"id": "xxxxxxxxxxxxxx",
"user_id": "xxxxxxxxxxxxxx",
"organization_id": "xxxxxxxxxxxxxx",
"default": true,
"created_at": "2025-01-12T10:42:07Z",
"organization_name": "Blink",
"updated_at": "2025-01-12T10:42:07Z",
"view_tickets": false
}
}
Was this page helpful?