Add A User To An Organization
Assigns a user to a given organization. Returns an error with status 422
if the user is already assigned to the organization.
External Documentation
To learn more, visit the Zendesk documentation.
Parameters
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. |
Example Output
{
"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
}
}
Workflow Library Example
Add a User to an Organization with Zendesk and Send Results Via Email
Preview this Workflow on desktop