- Overview
- What's New in V5?
- Changelog
- OAuth Authentication
- Multi DC Support
- GDPR Compliance
- HIPAA Compliance
- HTTP Request Methods
- Status Codes
- Metadata APIs
- GETModule
- GETFields
- GETLayouts
- GETRelated Lists
- Profiles
- Custom View
- Roles
- Territories
- GETTerritories
- POSTTerritories
- PUTTerritories
- DELETETerritories
- POSTTransfer and Delete Territories
- GETChild Territories of a Territory
- POSTAssign Territories to Records
- GETTerritories Assigned
- POSTRemove Territories of Records
- GETAssociated User Count
- PUTAssociate Users with Territory
- DELETEDisassociate Users from Territory
- GETRetrieve User details Associated with a Territory
- Scoring Rules
- Variables
- Map Dependency
- User Groups
- Tags
- Pipeline
- Wizards
- Assignment Rules
- Templates
- User's Unavailability
- Portals
- Fiscal Year
- Business Hours
- Holidays
- Shift Hours
- REST APIs
- Modules
- Organization
- Users
- Records
- Related Records
- Records APIs using External ID
- Meeting Cancel
- Subforms
- Linking Modules
- Contact Roles
- Photos and Attachments
- Mass Update
- Mass Delete
- Currencies
- Files
- Share
- Fields' Attachments
- Change Owner
- Mass Change Owner
- Blueprint
- Emails
- Notes
- Related Records Using External ID
- Composite API
- Bulk APIs
- Notification APIs
- Query API
Status of Transfer Records and Delete Users
Purpose
To get the status of the "transfer records and delete user" job scheduled previously.
Request Details
Request URL
{api-domain}/crm/{version}/users/actions/transfer_and_delete?job_id={{job_id}}
Header
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Scope
scope=ZohoCRM.users.READ
or
scope=ZohoCRM.users.ALL
Parameters
- job_idinteger, mandatory
The ID of the job scheduled previously through the Transfer Records and Delete User API.
Sample Request
Copiedcurl "https://zylkercorp.zohoplatform.com/crm/v5/users/actions/transfer_and_delete?job_id=3652397000012622009"
-X GET
-H "Authorization: Zoho-oauthtoken 100xx.d92d4xxxxxxxxxxxxx15f52"
Response JSON Keys
- statusstring
Indicates the status of the job. the possible values are "completed", "failed", "in_progress"
Possible Errors
- REQUIRED_PARAM_MISSINGHTTP 400
You have not included job_id parameter in the request.
Resolution: Include the "job_id" you received in the response of the Transfer Records and Delete User API.
Sample Response
Copied{
"transfer_and_delete": [
{
"status": "completed"
}
]
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.