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?