Search
GET {{base_url}}/api/2/search?text={{customer_id}}&tenant={{partner_tenant_id}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
text | string | Text to search | |
tenant | string | A tenant in which hierarchy the search will be performed |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"obj_type":"tenant","first_name":"","last_name":"","id":"80ab3c1f-8af0-40d3-8848-4ebb5439d88c","parent_id":"4bda6573-e477-43b5-be09-fdb2ce7dfab6","kind":"customer","name":"Stanislav Pavlov","path":["Stanislav Pavlov"]},{"obj_type":"user","first_name":"","last_name":"","id":"6eca7db5-d544-4528-99bb-210d43673d50","parent_id":"80ab3c1f-8af0-40d3-8848-4ebb5439d88c","path":["Stanislav Pavlov"],"login":"Stanislav.Pavlov@acronis.da"}]}