-
Notifications
You must be signed in to change notification settings - Fork 11
User Organization Association
RyanRConaway edited this page Jun 13, 2023
·
1 revision
The user_organization_associate
event is published from Andi to the EventStream when a Curator adds a user to an organization. Adding a user to an organization gives that user access to all datasets created from that organization. Therefore, this message informs all core services related to data access that a user has been associated to an organization.
Field Name | Type | Description | Enum Values |
---|---|---|---|
type | string | Identifier of the event type. Used to filter and receive events | user:organization:associate |
data | UserOrganizationAssociate(TODO) | The UserOrganizationAssociate entity derived from the related org and user. | - |
author | string | The identifier of who sent the event. | - |
Performance: Negligible