get
https://dev-selfie-api.alocity.com/v1/account/organizations
This endpoint will get all organizations under an account.
Response Payload Object
The response's payload will contain an array of objects containing the following values.
| Property | Type | Description |
|---|---|---|
| id | Guid | The Id of that organization. |
| name | string | The name of that organization. |
| isActive | boolean | Whether or not that organization is active. |
| matchOnCreate | boolean | Whether or not that organization allows for duplicate faces. |
| created | DateTime | The DateTime of that organization's creation. |
| updated | DateTime? | The DateTime of the last time that organization was updated, if applicable. |
