Property Ownership
Set or modify the owner of a property. This endpoint is only allowed for manager role with edit access on the property
patch/api/v3.3/property-ownership/{propertyUid}
Path parameters
propertyUidstring required
Request body
Example request
{
"owner": {
"lastLoginUtcDateTime": "2026-04-20T11:52:36"
}
}Response
OK