Function invite_user

Source
pub fn invite_user<C, Fut, B, E>(
    client: C,
    request: &InviteRequest,
) -> InviteUser<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
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.