Create new Property Manager
POST
/public/communityManagers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.buzz-in.co/public/communityManagers' \
--header 'Content-Type: application/json' \
--data-raw '{
"propertyId": "string",
"email": "string",
"phone": "string",
"password": "string",
"name": "string"
}'
Response Response Example
{
"_id": "667d3b9afcd3f10012eafdce",
"propertyId": "667d3b9afcd3f10012eafdce",
"type": "propertyAdmins",
"name": "Erick Runte",
"phone": "971512345678",
"email": "Felix.Mann@yahoo.com"
}
Request
Body Params application/json