pub async fn add_user_for_workspace(
    configuration: &Configuration,
    workspace_gid: &str,
    inline_object55: InlineObject55,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse20028, Error<AddUserForWorkspaceError>>
Expand description

Add a user to a workspace or organization. The user can be referenced by their globally unique user ID or their email address. Returns the full user record for the invited user.