Organizations

Gets all Organizations

GET https://www.moderan.net/api/domains/DOMAIN_ID/properties/0/organizationsapi

This endpoint allows you to get all Organizations from Moderan

Path Parameters

Name
Type
Description

DOMAIN_ID

String

Domain ID of client

Create an organization

POST https://www.moderan.net/api/domains/:domainId/propertysets/0/organizations

This endpoint allows you to create an Organizations

Path Parameters

Name
Type
Description

domainId

String

Domain ID of client

Update an organization

PUT https://www.moderan.net/api/domains/:domainId/propertysets/0/organizations/:organizationId

Path Parameters

Name
Type
Description

domainId

String

Domain ID of client

organizationId

String

Organization ID being changed

POST/PUT payload

Last updated

Was this helpful?