Validate before transferring
GET {{api-domain}}/crm/v4/users/{{user_id}}/territories/actions/validate_before_transfer
To retrieve the users' data specified in the API request. You can specify the type of users that needs to be retrieved using the Users API. For example, use type=AllUsers, to get the list of all the CRM users available.
Refer to help doc to know more.
Request Body
{"territories"=>[{"id"=>"{{territory_id}}"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"validate_before_transfer":[{"records":false,"id":"4876876000000893297","Name":"T1"}]}