AivenOrganizationUserArgs
interface AivenOrganizationUserArgs {
email: string;
}Arguments for organisation user management.
Remarks
This component resolves users via the organisation user datasource. It pre-reads existing users and pending invitations, then sends invitations only for configured users that are not already present.
Example
CODE
const user: AivenOrganizationUserArgs = {
email: 'alice@example.com',
};Properties
email: string
Lowercase user e-mail address.