Matt Delacour
08/04/2022, 2:25 PMZach Angell
08/04/2022, 7:34 PMMatt Delacour
08/04/2022, 8:17 PMconfig.yml
file in a centralized repository and then we would keep Prefect access automatically.
This will make it easier for onboarding & offboarding users.
As well as from a security perspectiveZach Angell
08/04/2022, 8:50 PMcreate_membership_invitation
mutation!
Youâll just need to provide an email
and role
(or role_id
)
Note - these usersâ accounts do not need to be created to send invitations.
Theyâll get invitations in their email or see them in the Cloud UI when they loginMatt Delacour
08/04/2022, 9:18 PMquery {
user_view_same_tenant(where:{account_type: {_eq: "USER"}}) {
id
email
username
}
}
Zach Angell
08/05/2022, 1:26 AM