Zendesk

Links

    Zendesk API

    Getting access, Developing, Testing

    Back to Zendesk

    Unassign Organization

    Immediately removes a user from an organization and schedules a job to unassign all working tickets currently assigned to the user and organization combination. The organization_id of the unassigned tickets is set to null.

    Allowed For

    • Agents

    Input

    type: object properties: parameters: type: object properties: user_id: type: string description: (Required) The id of the user organization_id: type: string description: (Required) The ID of an organization required: - user_id - organization_id title: Parameters