Return user details by email
Documentation
/- Retrieve responsibles by client ID
Retrieve user by email
Retrieve users for select by building ID
Retrieve users by building ID
Retrieve users by renter ID
Retrieve responsibles by...
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
- application/json-patch+json
- application/json
- text/json
- application/*+json
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"
}'Response
- text/plain
- application/json
- text/json
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUsersForSelectByBuildingId
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json-patch+json
- application/json
- text/json
- application/*+json
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"
}'Response
- text/plain
- application/json
- text/json
No response example- https://doc-api.bazimo.fr/api/tenant/{tenantId_path}/user/GetUsersByBuildingId
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json-patch+json
- application/json
- text/json
- application/*+json
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
- text/plain
- application/json
- text/json
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
- application/json-patch+json
- application/json
- text/json
- application/*+json
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
- text/plain
- application/json
- text/json
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
- application/json-patch+json
- application/json
- text/json
- application/*+json
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"
}'Response
- text/plain
- application/json
- text/json
No response example