pub fn invite_user<C, Fut, B, E>(
client: C,
request: &InviteRequest,
) -> InviteUser<Fut, B, E> ⓘ
Expand description
Create an invite for a user to the organization. The invite must be accepted by the user before they have access to the organization.