...
When a new tenant is added to a consortium, mod-consortia will create a dummy user with an affiliation in the tenant. So for every tenant /user-tenants will be populated with at least one user in its response. /user-tenants in the central tenant will contain the true list for the consortium.
URL | Method | Response | ||
---|---|---|---|---|
/user-tenants?limit=1 | GET |
|
Kafka
Info |
---|
Modules can subscribe to the CONSORTIUM_TENANTS Kafka topic to get a list of tenants that belong to a consortium. Each record will have its central tenant id embedded as well. Each module instance should be in its own consumer group. |
...