Return user details by email
Bazimo API (v1)
Languages
Servers
https://doc-api.bazimo.fr/
- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUserByEmail
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUserByEmail' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"email": "string"
}'- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUsersForSelectByBuildingId
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUsersForSelectByBuildingId' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"buildingId": "fee3295a-6e55-45b0-a091-7b4de7e39de7"
}'- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUsersByBuildingId
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUsersByBuildingId' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"buildingId": "fee3295a-6e55-45b0-a091-7b4de7e39de7",
"datatable": {
"sort": {
"sortBy": 1,
"sortMode": 1
},
"pagination": {
"page": 0,
"rowsPerPage": 0
},
"filters": {},
"search": {
"value": "string"
}
}
}'Response
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUsersByRenterId
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUsersByRenterId' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"renterId": "5e8fd3a6-1229-4fc6-80e4-337191896d0b",
"datatable": {
"sort": {
"sortBy": 0,
"sortMode": 1
},
"pagination": {
"page": 0,
"rowsPerPage": 0
},
"filters": {},
"search": {
"value": "string"
}
}
}'Response
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetResponsiblesByClientId
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetResponsiblesByClientId' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"clientId": "5e505642-9024-474d-9434-e5a44f505cc5"
}'