Matt Delacour
08/04/2022, 2:25 PMMatt Delacour
08/04/2022, 3:01 PMZach Angell
Matt 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 perspectiveMatt Delacour
08/04/2022, 8:17 PMMatt Delacour
08/04/2022, 8:18 PMZach Angell
create_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 PMMatt Delacour
08/04/2022, 9:21 PMquery {
user_view_same_tenant(where:{account_type: {_eq: "USER"}}) {
id
email
username
}
}
Zach Angell